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.

303 lines
6.7 KiB

###
@type = content-type: application/json;charset=utf-8
# @name login
# POST https://www.tall.wiki/gateway/tall3/v3.0/users/signin
POST http://101.201.226.163/gateway/tall3/v3.0/users/signin
# POST http://localhost:7130/v3.0/users/signin
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
"identifier": "zy11"
},
"scene": 0,
"type": 3
}
### wbs
# POST {{loaclhost}}7210/wbs
# POST http://test.tall.wiki/gateway/carbasics/v4.0/wbs
POST http://test.tall.wiki/gateway/sports/wbs
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
Authorization: Bearer {{login.response.body.$.data.token}}
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="param"; filename="V1.0WBS.xlsx"
Content-Type: xlsx
< C:\Users\dou\Desktop\wbs\WBS.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
###
# POST http://localhost:7250/player/position
POST http://test.tall.wiki/gateway/sports/player/position
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
# {
# "param":{
# "projectId":1453661473401479168
# }
# }
###
POST http://localhost:7250/player/info
# POST http://test.tall.wiki/gateway/sports/training/templateId
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1453661473401479168
}
}
###
POST http://localhost:7250/player/apply
# POST http://test.tall.wiki/gateway/sports/training/templateId
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1451447721818071040,
"name":"",
"idCard":238067198001016221
}
}
###
POST http://localhost:7250/training/get
# POST http://test.tall.wiki/gateway/sports/training/templateId
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1453661473401479168
}
}
###
POST http://localhost:7250/training/save
# POST http://test.tall.wiki/gateway/sports/training/save
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":1451447721818071040,
"templateId":1,
"questionList":[
{
"questionId":1,
"answerList":[
""
]
},
{
"questionId":2,
"answerList":[
""
]
},
{
"questionId":6,
"answerList":[
"A",
"B"
]
}
]
}
}
### id
# POST http://localhost:7250/training/templateId
POST http://test.tall.wiki/gateway/sports/training/templateId
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"id":1
}
}
###
POST http://localhost:7250/training/template
# POST http://localhost:7250/training/get
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
}
}
###
POST http://localhost:7210/clock/query
# POST http://localhost:7250/training/get
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"endTime": 1635142643491,
"memberIdList": [],
"projectId": "1433332016270811136",
"roleId": "1433332016702824448",
"startTime": 1635142643491
}
}
###
GET http://test.tall.wiki/gateway/tall3/v3.0/users/token?token=Bearer eyJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE2MzQ2OTg0MjQsInN1YiI6IjEyMTc2NDc2ODY1OTgxMzU4MDgiLCJhdXRoSWQiOiIxMTc3MTU4ODQ4ODg1MTY2MDgwIiwiZXhwIjoxNjM0Nzg0ODI0fQ.t1n3ytHkCZDvxQkC6y33NwsmVrg3I86uehPYDYisLdY
{{type}}
### id
POST http://test.tall.wiki/gateway/sports/training/get
# POST http://localhost:7250/training/get
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1450037930025558016",
"type":"0"
}
}
###
POST http://test.tall.wiki/gateway/sports/player/certificateStatus
# POST http://localhost:7250/training/get
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1450037930025558016"
}
}
###
POST http://test.tall.wiki/gateway/sports/training/get
# POST http://localhost:7250/training/get
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"projectId":"1450037930025558016"
}
}
###
POST http://test.tall.wiki/gateway/sports/teacher/appoint
# POST http://localhost:7250/training/get
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"planId": "1111111111111",
"teacherIds": [
"1111111111111",
"1111111111111",
"1111111111111"
]
}
}
###
POST http://test.tall.wiki/gateway/sports/teacher/appoint
# POST http://localhost:7250/training/get
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"planId": "1111111111111",
"teacherIds": [
"1111111111111",
"1111111111111",
"1111111111111"
]
}
}
###
POST http://test.tall.wiki/gateway/sports/training/audit
# POST http://localhost:7250/training/audit
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"planId": "1111111111111",
"teacherIds": [
"1111111111111",
"1111111111111",
"1111111111111"
]
}
}
###
# POST https://test.tall.wiki/gateway/sports/file/upload
POST http://localhost:7250/debug/file
# POST https://test.tall.wiki/gateway/carbasics/v4.0/ocr/general/basic
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
Authorization: Bearer {{login.response.body.$.data.token}}
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="param"; filename=".jpg";
Content-Type: image/jpeg
< C:\Users\dou\Desktop\.jpg
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="param1"; filename=".jpg";
Content-Type: image/jpeg
< C:\Users\dou\Desktop\.jpg
------WebKitFormBoundary7MA4YWxkTrZu0gW--
###
POST http://localhost:7250/debug/f
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
Authorization: Bearer {{login.response.body.$.data.token}}
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="files"; filename=".jpg";
Content-Type: image/jpeg
< C:\Users\dou\Desktop\.jpg
------WebKitFormBoundary7MA4YWxkTrZu0gW--
###
POST http://localhost:7250/debug/random
{{type}}