mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 10:38:10 +08:00
feat(wxapi): 新增微信小店免审更新商品接口
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"product_id": "12345466",
|
||||
"skus": [
|
||||
{
|
||||
"sku_id": "1234565",
|
||||
"sku_code": "SKU_1",
|
||||
"sale_price": 1000,
|
||||
"sku_deliver_info": {}
|
||||
},
|
||||
{
|
||||
"sku_id": "1234557",
|
||||
"is_delete": true
|
||||
}
|
||||
],
|
||||
"spu_code": "SPU_123",
|
||||
"limited_info": {}
|
||||
}
|
Reference in New Issue
Block a user