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.

101 lines
2.0 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
4 years ago
POST {{loaclhost}}{{tallLocal}}/users/signin
{{type}}
{
"client": 1,
"data": {
"credential": "123456",
4 years ago
"identifier": "zy11"
},
"scene": 0,
"type": 3
}
5 years ago
4 years ago
###
4 years ago
# GET https://www.tall.wiki/gateway/tall3/v3.0/users/userIdByPhone?phone=15335153627
GET http://localhost:7130/v3.0/users/userIdByPhone?phone=15335153627
4 years ago
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
5 years ago
### 导出项目成员表
5 years ago
POST {{www}}{{tall}}/projects//export/member
5 years ago
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
5 years ago
"projectId":"1387940743825461248"
5 years ago
}
}
5 years ago
//Excel
### 导入WBS
4 years ago
# POST {{www}}{{tall}}/projects/wbs
5 years ago
# POST {{loaclhost}}{{tallLocal}}/projects/wbs
4 years ago
POST http://127.0.0.1:7210/wbs
Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
Authorization: Bearer {{login.response.body.$.data.token}}
title
------WebKitFormBoundary7MA4YWxkTrZu0gW
4 years ago
Content-Disposition: form-data; name="param"; filename="v1.1 最小项目MP_WBS 20210712.xlsx"
Content-Type: xlsx
4 years ago
< C:\Users\dou\Desktop\v1.1 最小项目MP_WBS 20210712.xlsx
------WebKitFormBoundary7MA4YWxkTrZu0gW--
4 years ago
### 导出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}}
4 years ago
#查找有时间的定期任务
###F
POST http://test.tall.wiki/gateway/defaultwbs/task/regular
# POST http://localhost:7210/task/regular
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"roleId":"1",
"queryType":0,
"timeNode":1626832109000
}
}