feat(wxapi): 新增自定义交易组件免审核更新商品字段相关接口

This commit is contained in:
Fu Diwei
2021-09-18 14:11:44 +08:00
parent d99661e5d8
commit 07c3d4d5b9
5 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"out_product_id": "1234566",
"product_id": 1234566,
"path": "pages/productDetail/productDetail?productId=2176180",
"skus": [
{
"out_sku_id": "1024",
"sale_price": 1300,
"market_price": 1500,
"stock_num": 100,
"sku_code": "A24525252",
"barcode": "13251454"
}
]
}

View File

@@ -0,0 +1,9 @@
{
"errcode": 0,
"errmsg": "ok",
"data": {
"product_id": 1234566,
"out_product_id": "1234566",
"update_time": "2020-03-25 12:05:25"
}
}