You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

568 lines
13 KiB

###
@type = content-type: application/json;charset=utf-8
# @name login
POST https://www.tall.wiki/gateway/tall3/v3.0/users/signin
# POST http://test.tall.wiki/gateway/tall3/v3.0/users/signin
# POST http://localhost:7130/v3.0/users/signin
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
"identifier": "zdd"
},
"scene": 0,
"type": 3
}
###
POST http://localhost:7270/subExperiment/getProgress
# POST http://test.tall.wiki/gateway/experiment/question/queryExperimentation
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1462041041435627520"
}
}
###
POST http://localhost:7270/experiment/getExperimentProgress
# POST http://test.tall.wiki/gateway/experiment/question/queryExperimentation
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1467054521674895360"
}
}
###
POST http://localhost:7270/subExperiment/applyUnlock
# POST http://test.tall.wiki/gateway/experiment/question/queryExperimentation
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"id":1462083417998888960,
"remark":"666"
}
}
###
POST http://localhost:7270/subExperiment/examineExperimentation
# POST http://test.tall.wiki/gateway/experiment/question/queryExperimentation
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"id":1462083417998888960,
"type":0,
"remark":""
}
}
###
POST http://localhost:7270/subExperiment/queryExperimentation
# POST http://test.tall.wiki/gateway/experiment/question/queryExperimentation
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1467695029480853504
}
}
###
POST http://localhost:7270/question/getIntellectual
# POST http://test.tall.wiki/gateway/experiment/question/getByCode
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462041041435627520,
"code":"ZKT_ZL",
"intellectualId":1465959846603919360
}
}
###
POST http://localhost:7270/question/getIntellectualList
# POST http://test.tall.wiki/gateway/experiment/question/getByCode
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462041041435627520,
"code":"ZKT_ZL"
}
}
###
POST http://localhost:7270/question/submitIntellectual
# POST http://test.tall.wiki/gateway/experiment/question/getByCode
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462041041435627520,
"code":"ZKT_ZL",
"questionAndAnswerList":[
{
"questionId":"1465502785294307328",
"answerList":[
""
]
},
{
"questionId":"1465502785634045952",
"answerList":[
""
]
},
{
"questionId":"1465502785298501632",
"answerList":[
"333"
]
},
{
"questionId":"1465502785634045955",
"answerList":[
""
]
},
{
"questionId":"1465502785856344064",
"answerList":[
"1638253761623"
]
}
]
}
}
###
POST http://localhost:7270/meeting/get
# POST http://test.tall.wiki/gateway/experiment/question/getByCode
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"id":1465929968299020288
}
}
###
POST http://localhost:7270/meeting/query
# POST http://test.tall.wiki/gateway/experiment/question/getByCode
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462041041435627520
}
}
###
POST http://localhost:7270/meeting/save
# POST http://test.tall.wiki/gateway/experiment/question/getByCode
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462041041435627520,
"name":"-",
"startTime":"1638339045000",
"endTime":"1639203045000",
"address":"",
"notificationList":[
{
"fileId":"11",
"fileName":"",
"filePath":"baidu.com"
}
],
"summaryList":[
{
"fileId":"11",
"fileName":"1",
"filePath":"baidu.com"
},
{
"fileId":"12",
"fileName":"2",
"filePath":"baidu.com"
}
],
"attachmentList":[
]
}
}
###
# POST http://localhost:7270/question/getByCode
POST http://test.tall.wiki/gateway/experiment/question/getByCode
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"",
"code":"ZKT_ZL"
}
}
###
POST http://localhost:7270/question/submit
# POST http://test.tall.wiki/gateway/sports/training/templateId
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462600993833226240,
"code":"SY_BG",
"questionAndAnswerList":[
{
"questionId":"1465502788171599872",
"answerList":[
""
]
},
{
"questionId":"1465502788179988483",
"answerList":[
"baidu.com"
]
},
{
"questionId":"1465502788888825858",
"answerList":[
"bilibili.com"
]
},
{
"questionId":"1465502792697253889",
"answerList":[
"www.ccsens.com"
]
}
]
}
}
###
POST http://localhost:7270/import/all
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
Authorization: Bearer {{login.response.body.$.data.token}}
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="code.xlsx"
Content-Type: xlsx
< C:\Users\dou\Desktop\code.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
### code
POST http://localhost:7270/import/code
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
Authorization: Bearer {{login.response.body.$.data.token}}
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="code.xlsx"
Content-Type: xlsx
< C:\Users\dou\Desktop\code.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
###
POST http://localhost:7270/experiment/examineUnlock
# POST http://test.tall.wiki/gateway/experiment/experiment/retrospectUnlock
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462039176476102656,
"experimentId":1462083417998888960,
"type":0,
"remark":""
}
}
###
POST http://localhost:7270/experiment/retrospectUnlock
# POST http://test.tall.wiki/gateway/experiment/experiment/retrospectUnlock
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462039176476102656
}
}
###
# POST http://localhost:7270/organization/save
POST http://www.tall.wiki/gateway/experiment/organization/save
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1467360266207367168,
"name":"ss",
"phone":15335153627
}
}
###
POST http://localhost:7270/organization/query
# POST http://test.tall.wiki/gateway/sports/training/templateId
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462041041435627520
}
}
###
POST http://localhost:7270/experiment/getSubExperiment
# POST http://test.tall.wiki/gateway/sports/training/templateId
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"taskDetailId":1462041041435627520
}
}
###
POST http://localhost:7270/experiment/getPlanTask
# POST http://test.tall.wiki/gateway/experiment/experiment/getPlanTask
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":""
}
}
### /
# POST http://localhost:7270/experiment/savePlanTask
POST http://test.tall.wiki/gateway/experiment/experiment/savePlanTask
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462039176476102656,
"name":"1125",
"startTime":1637412277648,
"endTime":1640398883000,
"memberId":"",
"technicalIndicator":"",
"economicIndicators":"",
"socialBenefit":"",
"checkContent":"1,2,3,5,8",
"fileList":[
{
"fileId":"654654",
"fileName":"",
"filePath":"www.baidu.com"
},
{
"fileId":"65465644",
"fileName":"",
"filePath":"www.baidu.com"
}
],
"planTaskStageList":[
{
"stageStartTime":"1637412277648",
"stageEndTime":"1637768677648",
"remark":""
},
{
"stageStartTime":"1637412277648",
"stageEndTime":"1637768677648",
"remark":""
}
],
"planTaskDefinedList":[
{
"key":"1",
"value":"1"
},
{
"key":"2",
"value":"2"
}
]
}
}
###
# POST http://localhost:7270/task/findSonTask
POST http://test.tall.wiki/gateway/experiment/task/findSonTask
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"detailId":1462039177063305216
}
}
###
POST http://localhost:7270/task/regular
# POST http://test.tall.wiki/gateway/sports/training/templateId
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"roleId":1462039176476102656
}
}
###
POST http://localhost:7270/task/permanent
# POST http://test.tall.wiki/gateway/sports/training/templateId
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"roleId":1462039176476102656
}
}
###
# POST http://localhost:7270/role/show
POST http://test.tall.wiki/gateway/experiment/role/show
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1465988343066005504"
}
}
###
POST http://localhost:7270/experiment/create
# POST http://test.tall.wiki/gateway/experiment/experiment/create
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
}
}
### /
POST http://localhost:7270/experiment/saveSubExperiment
# POST http://test.tall.wiki/gateway/sports/training/templateId
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462039176476102656,
"id":"1462041041435627520",
"name":"2",
"memberId":"1462019079309103104",
"startTime":1637412686247,
"endTime":1640004686000,
"stageDtoList":[
{
"startTime":1637412686247,
"endTime":1640004686000,
"thesis":3,
"sciThesis":1,
"patent":1,
"inventPatent":1,
"practicalPatent":1,
"facadePatent":1,
"theSoft":2
}
]
}
}
###
POST http://localhost:7270/subExperiment/create
# POST http://test.tall.wiki/gateway/sports/training/templateId
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1462600571827523584,
"id":"1462600993833226240",
"memberId":"1462019079309103104",
"name":"A",
"startTime":1637412686247,
"endTime":1640004686000,
"target":""
}
}
### debug
GET http://localhost:7270/debug
{{type}}
### debug
GET http://139.196.27.233:29001/gateway/tall3/v3.0/debug
{{type}}
//Excel
###
POST http://test.tall.wiki/filedeal/file/upload/importCode
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
Authorization: Bearer {{login.response.body.$.data.token}}
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="param"; filename="code(1).xlsx"
Content-Type: xlsx
< C:\Users\dou\Desktop\code(1).xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--