using System.Collections; using System.Collections.Generic; using UnityEngine; public class APIs { private static string ip = "http://172.16.1.127:9206"; /// /// 虚拟仿真考试提交分数 /// public static string SimulationScore = ip + "/pro/score/simulationScore"; }