1 changed files with 0 additions and 86 deletions
@ -1,86 +0,0 @@ |
|||||
# @tall = {{url}}/tall/v1.0 |
|
||||
@tall = https://www.tall.wiki/gateway/tall/v1.0 |
|
||||
@greenvalley = http://www.sxwikionline.com/gateway/greenvalley |
|
||||
@test = https://test.tall.wiki/gateway/tall/v1.0 |
|
||||
@type = content-type: application/json;charset=utf-8 |
|
||||
|
|
||||
### login |
|
||||
|
|
||||
# @name login |
|
||||
POST {{test}}/users/signin |
|
||||
# POST http://localhost:7030/v1.0/users/signin |
|
||||
{{type}} |
|
||||
|
|
||||
{ |
|
||||
"client": 1, |
|
||||
"type": 3, |
|
||||
"data": { |
|
||||
"identifier": "song", |
|
||||
"credential": "999999" |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
### |
|
||||
POST {{test}}/lwbs/selByProjectIdToTask |
|
||||
{{type}} |
|
||||
Authorization: Bearer {{login.response.body.$.data.token}} |
|
||||
|
|
||||
{ |
|
||||
"param": { |
|
||||
"endTime":"1617206399999", |
|
||||
"startTime":"1617033600000" |
|
||||
,"id":"" |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
|
|
||||
### |
|
||||
GET http://localhost:7030/v1.0/projects/1366240046419677184/roles?imitation=0 |
|
||||
Content-Type: application/json;charset=utf-8 |
|
||||
Authorization: Bearer {{login.response.body.$.data.token}} |
|
||||
|
|
||||
|
|
||||
### 导入WBS |
|
||||
POST {{tall}}/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="维基后台WBS-1.0-20210324.xlsx" |
|
||||
Content-Type: xlsx |
|
||||
|
|
||||
< C:\Users\dou\Desktop\\维基后台WBS-1.0-20210324.xlsx |
|
||||
------WebKitFormBoundary7MA4YWxkTrZu0gW-- |
|
||||
|
|
||||
### send code |
|
||||
|
|
||||
GET {{tall}}/users/smscode?phone=16603418748 |
|
||||
|
|
||||
|
|
||||
### phone login |
|
||||
|
|
||||
# @name phonelogin |
|
||||
POST {{tall}}/users/signin |
|
||||
{{type}} |
|
||||
|
|
||||
{ |
|
||||
"client": 1, |
|
||||
"type": 1, |
|
||||
"data": { |
|
||||
"identifier": "16603418748", |
|
||||
"credential": "1111" |
|
||||
} |
|
||||
} |
|
||||
|
|
||||
### 根据团队id查看研发团队相关信息 |
|
||||
|
|
||||
POST {{greenvalley}}/user/userSer |
|
||||
{{type}} |
|
||||
Authorization: Bearer {{login.response.body.$.data.token}} |
|
||||
|
|
||||
{ |
|
||||
"param": { |
|
||||
|
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue