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.
19 lines
604 B
19 lines
604 B
name: 管理员获取企业分页列表
|
|
variables:
|
|
code: 200
|
|
uatoken: ${ENV(UATOKEN)}
|
|
isBinded: 1 # 是否已绑定主账号 0 否 1 是
|
|
type: 1 # 企业类型 1:云印客户,2:印刷包装厂,3:造纸厂,4:打包厂,5:原纸供应商,6:设备供应商,7:其他
|
|
base_url: ${ENV(UECURL)}
|
|
request:
|
|
url: /uec/admin/get/enterprise/page
|
|
method: GET
|
|
headers:
|
|
Content-Type: "application/json"
|
|
X-APP-ID: "1"
|
|
Authorization: $uatoken
|
|
params:
|
|
isBinded: $isBinded
|
|
type: $type
|
|
validate:
|
|
- eq: ["status_code", $code]
|