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.

67 lines
1.3 KiB

###
@www = https://www.tall.wiki/gateway
@test = http://test.tall.wiki/gateway/
@loaclhost = http://localhost:
@type = content-type: application/json;charset=utf-8
@tallLocal = 7030/v1.0
@tall = /tall/v1.0
@formLocal = 7130
### login
# @name login
POST {{loaclhost}}{{tallLocal}}/users/signin
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
5 years ago
"identifier": "zy11"
},
"scene": 0,
"type": 3
}
5 years ago
//Excel
### 导入WBS
5 years ago
POST {{loaclhost}}{{tallLocal}}/projects/wbs
5 years ago
# POST {{loaclhost}}{{tallLocal}}/projects/wbs
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
Authorization: Bearer {{login.response.body.$.data.token}}
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
Content-Disposition: form-data; name="file"; filename="测试管理项目第四次.xlsx"
Content-Type: xlsx
5 years ago
< C:\Users\dou\Desktop\绿谷研究院项目管理WBS-error-1.0.xlsx
5 years ago
# < C:\Users\dou\Desktop\选矿系统WBS.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
### 导出wbs
GET {{loaclhost}}{{tallLocal}}/projects/wbs
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"projectId":""
5 years ago
}
### 导出项目清单
GET {{loaclhost}}{{tallLocal}}/projects/export/list
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}