feat(wxapi): 新增微信小店免审更新商品接口

This commit is contained in:
Fu Diwei
2025-01-31 23:55:24 +08:00
parent 9d36b2bde3
commit add0a607f7
5 changed files with 289 additions and 2 deletions

View File

@@ -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": {}
}