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
550 B

5 years ago
@localhost = http://localhost:7030/v1.0
@type = content-type: application/json;charset=utf-8
### 测试
GET http://localhost:7990/btpro/v1.0/debug
{{type}}
### 登录
# @name login
POST http://localhost:7990/btpro/v1.0/users/signin
{{type}}
{
"client": 1,
"type": 3,
"data": {
"identifier": "admin",
"credential": "12345678"
}
}
### 下发应用
POST http://localhost:7990/btpro/v1.0/members
{{type}}
Authorization: Bearer {{login.response.body.$.data.token}}
{
"id": 1155675710795419648
}