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.

32 lines
778 B

name: 更新采购商品接口
base_url: ${ENV(URL)}
request:
url: /recycle-service/purchase/update/product
method: POST
headers:
Content-Type: "application/json"
X-APP-ID: "38555"
Authorization: QNT ${ENV(APPTOKEN)}
json:
coverImgUrl:
# 封面
description: 修改商品测试商品描述
# 采购商品描述
firstCategoryId: 12
# 一级品类唯一标识
imgList:
# 图片地址
locDistrictId: 440106
# 区id
lowestNum:
#
productId: $productId
# 商品id
num: 1000
# 采购数量
secondCategoryId: 2
# 二级品类唯一标识
unitPrice: 1500
# 单价
validate:
- eq: ["status_code", 200]