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.

190 lines
3.1 KiB

@test = https://test.tall.wiki/delivery/v1.0
@www = https://www.tall.wiki/delivery/v1.0
@localhost = http://localhost:7340/v1.0
@type = content-type: application/json;charset=utf-8
### debug
GET {{localhost}}/debug
###
# @name login
POST {{test}}/users/signin
{{type}}
{
"client": 0,
"type": 3,
"data": {
"identifier": "zy",
"credential": "123456"
}
}
###
POST {{www}}/stu/revocation
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"id":1513042611798286336
}
}
###
POST {{www}}/stu/pageOrder
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
}
}
###
POST {{www}}/stu/status
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"status":1,
"orderIdList":[
1513042611156557824
]
}
}
### id
POST {{localhost}}/stu/orderById
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"id":1513342534326427648
}
}
###
POST {{www}}/stu/queryNew
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
}
}
###
POST {{www}}/stu/export
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"name":"",
"stuNum":"",
"collegeId":"",
"dormitoryId":[],
"address":"",
"symptom":"",
"drugName":"",
"broken":"",
"status":"",
"startTime":"",
"endTime":""
}
}
###
POST {{localhost}}/stu/back/query
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"name":"",
"stuNum":"",
"phone":"",
"idCard":"320381199410090011",
"collegeId":"",
"dormitoryId":[
],
"address":"",
"symptom":"",
"drugName":"",
"broken":"",
"startTime":"",
"endTime":""
}
}
###
POST {{www}}/stu/query
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"status":0
}
}
###
POST {{localhost}}/stu/submit
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"name":"zy-4",
"stuNum":"1234567890001",
"phone":"15335153615",
"idCard":"320381199410090011",
"collegeId":"1512738866191409152",
"collegeName":"",
"dormitoryId":"1512738868900929536",
"dormitoryName":"宿",
"address":"351",
"symptom":"6",
"broken":"",
"remark":"",
"planTime":"1649491388787",
"orderItemList":[
{
"name":"",
"specification":"10kg",
"num":2
}
]
}
}
### 宿
POST {{www}}/stu/area
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"name":"",
"type":"1"
}
}
###
POST {{www}}/users/update
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"nickname":""
}
}