Browse Source

Merge branch 'master' of dd.tall.wiki:ccsens_wiki/vs_test

master
zy_Java 4 years ago
parent
commit
78d864d84b
  1. 65
      燕园/燕园.http

65
燕园/燕园.http

@ -7,8 +7,9 @@
@type = content-type: application/json;charset=utf-8 @type = content-type: application/json;charset=utf-8
### 登录 ### 登录
# song 1218763410024566784
# @name login # @name login
POST {{test_tall}}/users/signin POST {{localhost_tall}}/users/signin
{{type}} {{type}}
{ {
@ -248,6 +249,16 @@ Authorization: Bearer {{login.response.body.$.data.token}}
"careId": "21" "careId": "21"
} }
} }
###查询工具箱列表
POST {{test}}/tool/queryToolList
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
}
}
###选择工具箱 ###选择工具箱
POST {{localhost}}/trainPlan/chooseTool POST {{localhost}}/trainPlan/chooseTool
@ -297,6 +308,58 @@ Authorization: Bearer {{login.response.body.$.data.token}}
} }
} }
###查询无主的训练过程
POST {{localhost}}/trainBelong/queryUnknown
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"pageNum": 1,
"pageSize": 10
}
}
###查询关联的使用者信息
POST {{localhost}}/trainee/queryRelation
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
}
}
###查询指定日期前后一周的训练计划
POST {{localhost}}/trainPlan/queryRecent
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"keyUserId": 1464166326922383360,
"time": 1638773109000
}
}
###选择老人 (6,1) (3,0)
POST {{localhost}}/trainBelong/chooseRecord
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"trainRecordId": 3,
"resultType": 0,
"recordId": 1465510253751439362
}
}
### 导入题目 ### 导入题目
POST {{test}}/question/importQuestion POST {{test}}/question/importQuestion
Authorization: Bearer {{login.response.body.$.data.token}} Authorization: Bearer {{login.response.body.$.data.token}}

Loading…
Cancel
Save