企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### WeEngine Android、IOS category api ~~~[api] GET:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.goods.category <<< success { "status": 1, "result": { "parent": [ { "id": "1404", "uniacid": "4", "name": "手机数码",//分类名称 "thumb": "",//分类图片 "parentid": "0",//父ID "isrecommand": "0",//是否推荐 "description": "",//分类介绍 "displayorder": "0",//排序 "enabled": "1",//是否开启 "ishome": "0",//是否首页显示 "advimg": "",//广告图片 "advurl": "",//广告链接 "level": 1//分类层级 } ], "children": { "1404": [ { "1404": { "level": 2 }, "id": "1405", "uniacid": "4", "name": "手机通讯", "thumb": "", "parentid": "1404", "isrecommand": "1", "description": "11", "displayorder": "0", "enabled": "1", "ishome": "1", "advimg": "", "advurl": "", "level": "2" } ], "1405": [ { "1405": { "level": 2 }, "id": "1409", "uniacid": "4", "name": "华为", "thumb": "", "parentid": "1405", "isrecommand": "1", "description": "", "displayorder": "0", "enabled": "1", "ishome": "1", "advimg": "", "advurl": "", "level": "3" } ] }, } } ~~~