[
{
"spuId": 17,
"picture": "http://dummyimage.com/400x400",
"goodsName": "此联通各求",
"goodsDesc": "esse",
"price": 40,
"originPrice": 2,
"shopId": "13",
"goodsUrl": "http://rmwf.sg/jgbutqcvu",
"deleted": 40,
"categoryId": 38,
"goodsType": 8,
"goodsDetail": "mollit non ex laborum minim",
"appId": "53"
},
{
"spuId": 19,
"picture": "http://dummyimage.com/400x400",
"goodsName": "习事取民义",
"goodsDesc": "laborum commodo voluptate occaecat",
"price": 81,
"originPrice": 2,
"shopId": "11",
"goodsUrl": "http://tbokabeu.sg/awtogmxh",
"deleted": 43,
"categoryId": 76,
"appId": "35",
"goodsDetail": "labore Lorem aliquip proident id",
"goodsType": 2
},
{
"spuId": 20,
"picture": "http://dummyimage.com/400x400",
"goodsName": "至位们学较作感",
"goodsDesc": "esse exercitation ea ex",
"price": 8,
"originPrice": 81,
"shopId": "80",
"goodsUrl": "http://uthgej.sl/xwfremq",
"deleted": 68,
"categoryId": 25,
"appId": "19",
"goodsType": 19,
"goodsDetail": "commodo sint mollit non sed"
}
]
curl --location --request POST '/api/v1/h5_spu/replace' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"spuId": 17,
"picture": "http://dummyimage.com/400x400",
"goodsName": "此联通各求",
"goodsDesc": "esse",
"price": 40,
"originPrice": 2,
"shopId": "13",
"goodsUrl": "http://rmwf.sg/jgbutqcvu",
"deleted": 40,
"categoryId": 38,
"goodsType": 8,
"goodsDetail": "mollit non ex laborum minim",
"appId": "53"
},
{
"spuId": 19,
"picture": "http://dummyimage.com/400x400",
"goodsName": "习事取民义",
"goodsDesc": "laborum commodo voluptate occaecat",
"price": 81,
"originPrice": 2,
"shopId": "11",
"goodsUrl": "http://tbokabeu.sg/awtogmxh",
"deleted": 43,
"categoryId": 76,
"appId": "35",
"goodsDetail": "labore Lorem aliquip proident id",
"goodsType": 2
},
{
"spuId": 20,
"picture": "http://dummyimage.com/400x400",
"goodsName": "至位们学较作感",
"goodsDesc": "esse exercitation ea ex",
"price": 8,
"originPrice": 81,
"shopId": "80",
"goodsUrl": "http://uthgej.sl/xwfremq",
"deleted": 68,
"categoryId": 25,
"appId": "19",
"goodsType": 19,
"goodsDetail": "commodo sint mollit non sed"
}
]'
{
"code": 0,
"message": "success"
}