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.

42 lines
950 B

@tall = https://www.tall.wiki/gateway/tall/v1.0
@test = https://test.tall.wiki/gateway/tall/v1.0
@localhost = http://localhost:7030
@type = content-type: application/json;charset=utf-8
###
# @name login
POST {{test}}/users/signin
# POST http://localhost:7030/v1.0/users/signin
{{type}}
{
"client": 1,
"type": 3,
"data": {
"identifier": "zy11",
"credential": "123456"
}
}
### -
GET {{localhost}}/debug/htt
{{type}}
[
1321760076465311744
]
### WBS
POST {{localhost}}/projects/wbs
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="绿WBS.xlsx"
Content-Type: xlsx
< C:\Users\dou\Desktop\WBS-1.0-20210324.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--