@localhost = http://localhost:7130 @type = content-type: application/json;charset=utf-8 ### 登录 # @name login POST {{localhost}}/users/signin {{type}} { "client": 1, "type": 3, "data": { "identifier": "whj", "credential": "123456" } } ### 修改账号 POST {{localhost}}/users/password/account {{type}} { "account": "whj", "passwordOld": "123456", "passwordNew": "1234567" } ### debug POST {{localhost}}/debug md5: db06c78d1e24cf708a14ce81c9b617ec