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