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.

33 lines
489 B

@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