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,10 @@
|
||||
{
|
||||
"req_type": 1,
|
||||
"title": "猕猴桃新鲜水果",
|
||||
"head_imgs": [
|
||||
"https://mmecimage.cn/p/wx2b255582a7b4bfd0/HMpEI3XtWmJc2CHv4lhnfoZcLtxVTBhH8QU48DcKtHr1",
|
||||
"https://mmecimage.cn/p/wx2b255582a7b4bfd0/HKcyK0PMZvTGfiLiV0AXk0NTkg5NGkj-UOL8ZiKoYtTp",
|
||||
"https://mmecimage.cn/p/wx2b255582a7b4bfd0/HIQR0SYL9WPTmI81SCoPREi8EYjd9l1qEzU2Lb0vNT0z",
|
||||
"https://mmecimage.cn/p/wx2b255582a7b4bfd0/HGwaot5cxQsDrcZRZrlCGjn66Ha6ZSG_ZUTkjpfnCXpJ"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"categories": [
|
||||
{
|
||||
"cats": [
|
||||
{
|
||||
"cat_info": {
|
||||
"cat_id": "10000155"
|
||||
},
|
||||
"has_permission": false
|
||||
},
|
||||
{
|
||||
"cat_info": {
|
||||
"cat_id": "10000161"
|
||||
},
|
||||
"has_permission": false
|
||||
},
|
||||
{
|
||||
"cat_info": {
|
||||
"cat_id": "10000556"
|
||||
},
|
||||
"has_permission": false
|
||||
},
|
||||
{
|
||||
"cat_info": {
|
||||
"cat_id": "546334"
|
||||
},
|
||||
"has_permission": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cats": [
|
||||
{
|
||||
"cat_info": {
|
||||
"cat_id": "10000155"
|
||||
},
|
||||
"has_permission": false
|
||||
},
|
||||
{
|
||||
"cat_info": {
|
||||
"cat_id": "10000161"
|
||||
},
|
||||
"has_permission": false
|
||||
},
|
||||
{
|
||||
"cat_info": {
|
||||
"cat_id": "10000558"
|
||||
},
|
||||
"has_permission": false
|
||||
},
|
||||
{
|
||||
"cat_info": {
|
||||
"cat_id": "546346"
|
||||
},
|
||||
"has_permission": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user