# @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 @type = content-type: application/json;charset=utf-8 ### login # @name login POST {{tall}}/users/signin {{type}} { "client": 1, "type": 3, "data": { "identifier": "song", "credential": "999999" } } ### 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}}/researchTeam/selectTeam {{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" } }