asda
This commit is contained in:
parent
cfebb80d9d
commit
2ff4296e9d
|
@ -204,6 +204,7 @@ public class Request
|
||||||
string UserId = ScenesRecorder.user.user_id;
|
string UserId = ScenesRecorder.user.user_id;
|
||||||
|
|
||||||
string result = api.WriteTicketProc(url, ExamId, UserId, tmp.Type, tmp.OperationTicketId, tmp.Score, tmp.ScoreReason);
|
string result = api.WriteTicketProc(url, ExamId, UserId, tmp.Type, tmp.OperationTicketId, tmp.Score, tmp.ScoreReason);
|
||||||
|
Debug.Log("操作步骤得分:" + tmp.Type.ToString() + " " + tmp.Score);
|
||||||
Debug.Log("已上传处理操作票" + tmp + "结果" + result);
|
Debug.Log("已上传处理操作票" + tmp + "结果" + result);
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue