小程序
小游戏
企业微信
微信支付
扫描小程序码分享
https://api.weixin.qq.com/shop/cat/get?access_token=xxxxxxxxx
这个接口的
https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent2/API/cat/get_children_cateogry.html
难道是我们得自己去便利所有数据,去拿到一级二级三级分类?
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
类目接口需要调用方自主遍历,减少调用次数。这个0的问题感谢反馈,正在修复中。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
{ ["third_cat_id"]=> int(430011) ["third_cat_name"]=> string(6) "赠品" ["qualification"]=> string(0) "" ["qualification_type"]=> int(0) ["product_qualification"]=> string(0) "" ["product_qualification_type"]=> int(0) ["first_cat_id"]=> int(0) ["first_cat_name"]=> string(0) "" ["second_cat_id"]=> int(0) ["second_cat_name"]=> string(0) "" }
还有这个430011的分类为啥是没有一二级分类的,这样我们怎么做联动,望官方解答下
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
类目接口需要调用方自主遍历,减少调用次数。这个0的问题感谢反馈,正在修复中。
{ ["third_cat_id"]=> int(430011) ["third_cat_name"]=> string(6) "赠品" ["qualification"]=> string(0) "" ["qualification_type"]=> int(0) ["product_qualification"]=> string(0) "" ["product_qualification_type"]=> int(0) ["first_cat_id"]=> int(0) ["first_cat_name"]=> string(0) "" ["second_cat_id"]=> int(0) ["second_cat_name"]=> string(0) "" }
还有这个430011的分类为啥是没有一二级分类的,这样我们怎么做联动,望官方解答下