This commit is contained in:
陈向学 2024-04-13 18:26:11 +08:00
parent cfebb80d9d
commit 2ff4296e9d
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ public class Request
string UserId = ScenesRecorder.user.user_id;
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);
}
/// <summary>