GET https://example.com/comments/1 HTTP/1.1 ### GET https://example.com/topics/1 HTTP/1.1 ### # @name signin POST http://test.tall.wiki/gateway/tall3/v3.0/users/signin HTTP/1.1 content-type: application/json { "client": 1, "data": { "credential": "123456", "identifier": "shoufeichu" }, "scene": 0, "type": 3 } ### POST https://test.tall.wiki/gateway/qcp/v3.0/button/idCardDiscern HTTP/1.1 content-type: application/json Authorization: Bearer {{signin.response.body.$.data.token}} { "param":{ "idcard":"142733198703123919", "name":"彭于晏", "sex":"1", "nation":"汉族" } } ### POST https://test.tall.wiki/gateway/qcp/v3.0/button/buttonStart HTTP/1.1 content-type: application/json Authorization: Bearer {{signin.response.body.$.data.token}} { "param":{ "idcard":"142733198703123919" } }