feat(wxapi): 新增微信小店站内外商品属性映射接口

This commit is contained in:
Fu Diwei
2025-11-27 15:36:28 +08:00
parent 1a81effcbd
commit 3466c65569
5 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"cat_id": 6261,
"external_attribute_name": "帮面材质",
"external_attribute_value": "塑胶",
"external_category_name": "母婴:童鞋:雨鞋"
}

View File

@@ -0,0 +1,8 @@
{
"errcode": 0,
"errmsg": "ok",
"external_attribute_name": "帮面材质",
"external_attribute_value": "塑胶",
"internal_attribute_name": "鞋面材质",
"internal_attribute_value": [ "塑胶" ]
}