### 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"
}
]
},
}
}
~~~