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.
34 lines
489 B
34 lines
489 B
|
4 years ago
|
@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
|