mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
feat(wxapi): 新增微信小店站内外商品属性映射接口
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"cat_id": 6261,
|
||||
"external_attribute_name": "帮面材质",
|
||||
"external_attribute_value": "塑胶",
|
||||
"external_category_name": "母婴:童鞋:雨鞋"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"external_attribute_name": "帮面材质",
|
||||
"external_attribute_value": "塑胶",
|
||||
"internal_attribute_name": "鞋面材质",
|
||||
"internal_attribute_value": [ "塑胶" ]
|
||||
}
|
||||
Reference in New Issue
Block a user