0916
This commit is contained in:
parent
d22ae82d99
commit
80e0679fa1
|
|
@ -13,5 +13,5 @@ public class APIs
|
|||
public static string SimulationScore = PlayerPrefs.GetString("IP")+ "/member/pro/score/simulationScore";
|
||||
|
||||
|
||||
public static string queryByExamId = PlayerPrefs.GetString("IP") + "/proSimulationExamination/queryById?id=";
|
||||
public static string queryByExamId = PlayerPrefs.GetString("IP") + "/member/proSimulationExamination/queryById?id=";
|
||||
}
|
||||
|
|
@ -640,6 +640,7 @@ namespace DefaultNamespace.ProcessMode
|
|||
//如果是考核模式,就需要获取分数,其他模式用默认分数
|
||||
if (_currentMode == ProcessMode.Assessment)
|
||||
{
|
||||
|
||||
//获取网络步骤分数
|
||||
if (!await MotionEngine.GetModule<AnimationProcessManager>().GetNetworkSetpData())
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2024-07-19 16:52:07#'ydcj://;cb,1,47,userId,username,token,90,-1,-1,http://172.16.1.128:9206;'|
|
||||
2024-07-19 16:52:07#'ydcj://;cb,1,47,cf9d56cd0e8545389b0ff134d4f846b4,username1,token,90,-1,688,http://172.16.1.128:9206;'|
|
||||
Loading…
Reference in New Issue