diff --git a/燕园/燕园.http b/燕园/燕园.http index 51038a8..72eaf51 100644 --- a/燕园/燕园.http +++ b/燕园/燕园.http @@ -7,8 +7,9 @@ @type = content-type: application/json;charset=utf-8 ### 登录 +# song 1218763410024566784 # @name login -POST {{test_tall}}/users/signin +POST {{localhost_tall}}/users/signin {{type}} { @@ -248,6 +249,16 @@ Authorization: Bearer {{login.response.body.$.data.token}} "careId": "21" } } +###查询工具箱列表 +POST {{test}}/tool/queryToolList +{{type}} +Authorization: Bearer {{login.response.body.$.data.token}} + +{ + "param":{ + + } +} ###选择工具箱 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 Authorization: Bearer {{login.response.body.$.data.token}}