From ae93cc130547336dea7b6724e38a84b4af91db88 Mon Sep 17 00:00:00 2001 From: lucky Date: Mon, 1 Feb 2021 12:14:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=8E=A5=E5=8F=A3=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rest/project.http | 43 +++++++++++++------------------------------ 1 file changed, 13 insertions(+), 30 deletions(-) diff --git a/rest/project.http b/rest/project.http index d696082..bda1cb3 100644 --- a/rest/project.http +++ b/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": "" +# } +# }