文档
测试

获取模拟分数

GET
http://localhost:8080/school/getGameResults

请求参数

参数名
类型
描述
必填
schoolName
String
学校名称
必填
majorName
String
专业名称
必填
userCore
Integer
用户分数
必填
gameId
String
游戏Id
必填
userId
String
用户Id
必填
userName
String
用户名
必填
currentCount
String
完成次数
必填
startTime
String
开始时间
必填

返回值

{ "msg": "游戏完成!", "success": true, "detail": { "apply": 266, "admission": 133, "recordId": "362622563", //需要保存,最后传给后台 "simulatedUserList": [ { "userName": "***", "core": 414, "index": 0, "result": "是" }, { "userName": "***", "core": 411, "index": 1, "result": "是" }, { "userName": "***", "core": 321, "index": 265, "result": "否" } ] } }