Browse Source

配置接口路径

master
lucky 5 years ago
parent
commit
ae93cc1305
  1. 43
      rest/project.http

43
rest/project.http

@ -1,7 +1,6 @@
# @tall = {{url}}/tall/v1.0
@tall = http://www.tall.wiki/gateway/tall/v1.0
@greenvalley = http://www.sxwikionline.com/gateway/greenvalley
@record = https://www.tall.wiki/gateway/wisdomcar
@tall = https://test.tall.wiki/gateway/tall/v1.0
@tcm = https://test.tall.wiki/gateway/tcm
@type = content-type: application/json;charset=utf-8
### login
@ -25,7 +24,6 @@ GET {{tall}}/users/smscode?phone=16603418748
### phone login
# @name phonelogin
POST {{tall}}/users/signin
{{type}}
@ -41,32 +39,17 @@ POST {{tall}}/users/signin
### 根据团队id查看研发团队相关信息
POST {{greenvalley}}/researchTeam/selectTeam
POST {{tcm}}/patient/selSearchCriteriaList
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"param": {
"company": "",
"researchDirection": "",
"teamId": 0,
"teamIntroduce": "",
"teamLeaderName": "",
"teamName": ""
}
}
### 根据团队id查看研发团队相关信息
POST {{record}}/debug/record
{{type}}
# Authorization: Bearer {{login.response.body.$.data.token}}
{
"param":{
"authId": "1",
"type": "2",
"value":"21",
"time":"1607937529000"
}
}
# {
# "param": {
# "company": "",
# "researchDirection": "",
# "teamId": 0,
# "teamIntroduce": "",
# "teamLeaderName": "",
# "teamName": ""
# }
# }

Loading…
Cancel
Save