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.

15 lines
347 B

name: 员工列表
base_url: ${ENV(BURL)}
variables:
token: ${ENV(LDAPTOKEN)}
request:
url: /recycle-service/admin/employee/get/list
method: GET
headers:
Content-Type: "application/json;charset=UTF-8"
X-APP-ID: "470236309865238555"
Authorization: $token
# json:
validate:
- eq: ["status_code", 200]