Browse Source

20210427

master
zy_Java 5 years ago
parent
commit
3ea0748d88
  1. 33
      tall/task/task.http
  2. 6
      中医药/中医药测试.http
  3. 7
      文件管理/file/file.http
  4. 59
      维基/wiki.http

33
tall/task/task.http

@ -13,12 +13,43 @@ POST {{test}}/users/signin
"client": 1,
"data": {
"credential": "123456",
"identifier": "zy11"
"identifier": "whj"
},
"scene": 0,
"type": 3
}
### get查询任务列表
GET {{localhost}}/v1.0/projects/1205016950191820800/tasks?roleId=1205016953639538688&page=-1&process=0
# GET http://192.168.31.13/gateway/tall-ht/v1.0/projects/1205016950191820800/tasks?roleId=1205016953639538688&page=-1&process=0
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
### 修改任务
POST {{test}}/tasks/change
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"id":"1205016960845352960",
"beginTime":"1609430300021",
"endTime":"1672329600000",
"cycle":"不重复"
}
### 添加任务
POST {{test}}/tasks
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"projectId":"1205016950191820800",
"parentTaskId":1205016959608033280,
"taskName":"受试者合作评分",
"description":"开始测评及查看测评结果",
"executorId":1205016953639538688,
"beginTime":"1609430400000",
"endTime":"1672329600000"
}
### 通过角色id查询任务

6
中医药/中医药测试.http

@ -13,8 +13,8 @@
# @name login
# POST http://test.tall.wiki/gateway/tall/v1.0/users/signin
POST {{wiki_tall}}/users/signin
# POST http://localhost:7030/v1.0/users/signin
# POST {{wiki_tall}}/users/signin
POST http://localhost:7030/v1.0/users/signin
{{type}}
{
@ -110,7 +110,7 @@ Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id":"1369189040502611968",
"code":"BSXG",
"code":"",
"nums":0
}
}

7
文件管理/file/file.http

@ -40,3 +40,10 @@ Content-Disposition: form-data; name="files"; filename="111.png"
Content-Type: png
< C:\Users\dou\Desktop\29c3d35916816bab89a7902ee144b5d.png
------WebKitFormBoundary7MA4YWxkTrZu0gW--
### 文件下载
GET {{testFile}}/file/download/1385069982416769024
{{type}}

59
维基/wiki.http

@ -23,6 +23,65 @@ POST http://localhost:7030/v1.0/users/signin
"type": 3
}
### 修改政策
POST http://localhost:7100/policy/QueryPolicyDetail
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
}
}
### 修改政策
POST http://localhost:7100/policy/PolicyUpdate
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"id": 60871,
"labels":["aaa", "bbb", "ccc"]
}
}
### 修改创业学院
POST {{wikiloca}}/academy/query/back
# POST http://localhost:7110/achInstr/selModel
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
}
}
### 修改创业学院
POST {{wikiloca}}/academy/update
# POST http://localhost:7110/achInstr/selModel
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"title":"aaaaaaaaaaaaaa",
"times":"2021-04-23 00:00:00",
"academyId":383,
"contentUrl":"ssss",
"coverPicture":"601",
"banners":[
84,
85
]
}
}
### 前台查询合作伙伴
POST {{wikiloca}}/business/frontSearchCompany

Loading…
Cancel
Save