|
|
|
@ -1,24 +1,25 @@ |
|
|
|
name: app用户修改商品 |
|
|
|
variables: |
|
|
|
apptoken: ${ENV(ATOKEN)} |
|
|
|
bidType: 0 |
|
|
|
biddingInterval: 0 |
|
|
|
coverImgUrl: "string" |
|
|
|
description: "string" |
|
|
|
dopantRate: 0 |
|
|
|
firstCategoryId: 0 |
|
|
|
imgList: ["string"] |
|
|
|
initialUnitPrice: 0 |
|
|
|
locCityId: 0 |
|
|
|
locDetails: "string" |
|
|
|
locDistrictId: 0 |
|
|
|
locProvinceId: 0 |
|
|
|
lowestNum: 0 |
|
|
|
secondCategoryId: 0 |
|
|
|
stock: 0 |
|
|
|
unitPrice: 0 |
|
|
|
videoUrl: "string" |
|
|
|
waterRate: 0 |
|
|
|
productId: 501513092195291136 |
|
|
|
bidType: 1 |
|
|
|
biddingInterval: "" |
|
|
|
coverImgUrl: "http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20090917463455009.jpg" |
|
|
|
description: "描述:这个是一口价商品" |
|
|
|
dopantRate: 2 |
|
|
|
firstCategoryId: 12 |
|
|
|
imgList: ["http://medou.oss-cn-shenzhen.aliyuncs.com/bird_user/20090917463455009.jpg"] |
|
|
|
initialUnitPrice: 100 |
|
|
|
locCityId: 440100 |
|
|
|
locDetails: "车陂" |
|
|
|
locDistrictId: 440106 |
|
|
|
locProvinceId: 440000 |
|
|
|
lowestNum: 10 |
|
|
|
secondCategoryId: 2 |
|
|
|
stock: 1999 |
|
|
|
unitPrice: 100 |
|
|
|
videoUrl: "" |
|
|
|
waterRate: 2 |
|
|
|
base_url: ${ENV(AURL)} |
|
|
|
request: |
|
|
|
url: /recycle-service/update/product |
|
|
|
@ -28,6 +29,7 @@ request: |
|
|
|
X-APP-ID: "1" |
|
|
|
Authorization: $apptoken |
|
|
|
json: |
|
|
|
productId: $productId |
|
|
|
bidType: $bidType |
|
|
|
biddingInterval: $biddingInterval |
|
|
|
coverImgUrl: $coverImgUrl |
|
|
|
|