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.
11 lines
301 B
11 lines
301 B
name: 获取采购商品列表接口
|
|
base_url: ${ENV(URL)}
|
|
request:
|
|
url: /recycle-service/purchase/get/product-list
|
|
method: GET
|
|
headers:
|
|
Content-Type: "application/json"
|
|
X-APP-ID: "38555"
|
|
Authorization: QNT ${ENV(APPTOKEN)}
|
|
validate:
|
|
- eq: ["status_code", 200]
|