1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
@tall = https://www.tall.wiki/gateway/tall/v1.0 |
||||
|
@test = https://test.tall.wiki/gateway/tall/v1.0 |
||||
|
@localhost = http://localhost:7030 |
||||
|
@type = content-type: application/json;charset=utf-8 |
||||
|
|
||||
|
### 登录 |
||||
|
# @name login |
||||
|
POST {{test}}/users/signin |
||||
|
# POST http://localhost:7030/v1.0/users/signin |
||||
|
{{type}} |
||||
|
|
||||
|
{ |
||||
|
"client": 1, |
||||
|
"type": 3, |
||||
|
"data": { |
||||
|
"identifier": "zy11", |
||||
|
"credential": "123465" |
||||
|
} |
||||
|
} |
||||
|
|
||||
Loading…
Reference in new issue