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.

14 lines
382 B

name: 后台首页统计用户
variables:
token: ${ENV(LDAPTOKEN)}
base_url: ${ENV(BURL)}
request:
url: /recycle-service/admin/stat/user
method: GET
headers:
Content-Type: "application/json;charset=UTF-8"
X-APP-ID: "1"
Authorization: $token
validate:
- eq: ["status_code", 200]
- {"check": "content.message", "comparator": "contains", "expect": "successful"}