You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
574 B

4 years ago
@localhost = http://localhost:7130
4 years ago
@test = http://192.168.0.99:7130/v3.0
4 years ago
@type = content-type: application/json;charset=utf-8
### 登录
# @name login
4 years ago
POST {{test}}/users/signin
4 years ago
{{type}}
{
"client": 1,
"type": 3,
"data": {
"identifier": "whj",
"credential": "123456"
}
}
### 修改账号
4 years ago
POST {{test}}/users/password/account
4 years ago
{{type}}
4 years ago
Authorization: Bearer {{login.response.body.$.data.token}}
4 years ago
{
"account": "whj",
4 years ago
"passwordOld": "1234567",
"passwordNew": "123456"
4 years ago
}
### debug
POST {{localhost}}/debug
md5: db06c78d1e24cf708a14ce81c9b617ec