mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 18:22:24 +08:00
feat(wxapi): 新增自定义交易组件免审核更新商品字段相关接口
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"data": {
|
||||
"product_id": 1234566,
|
||||
"out_product_id": "1234566",
|
||||
"update_time": "2020-03-25 12:05:25"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user