获取所有菜单
<p><strong>简要描述:</strong> </p>
<ul>
<li>菜单列表获取</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://localhost:8080/api/store/app/appCall?jsonParam={"opeType":"getShopMenuList","map":{"token":"b1c2fbeb8096984f27b0188cbe2eacb4","sessionId":"e5af1713-e233-4188-9d2a-0f478b530d8c","accountUuid":"6e5c23645fe94636b5ba237b34408738","shopUuid":"e9be3722884643a7afde90e71f307a58"}}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>登录返回的token</td>
</tr>
<tr>
<td style="text-align: left;">sessionId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>登录返回的sessionId</td>
</tr>
<tr>
<td style="text-align: left;">accountUuid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>登录帐号uuid</td>
</tr>
<tr>
<td style="text-align: left;">shopUuid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>登录门店uuid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"data": {
"dataList": [
{
"checked": false,
"createBy": null,
"createTime": null,
"delFlag": "",
"mapCondition": {},
"memo": "",
"menuIcon": null,
"menuName": "优惠券管理",
"menuUrl": "",
"opeTime": "",
"oper": "",
"sortName": "uuid",
"sortNum": 1,
"sortType": "desc",
"state": "1",
"uuid": "1"
},
{
"checked": false,
"createBy": null,
"createTime": null,
"delFlag": "",
"mapCondition": {},
"memo": "",
"menuIcon": null,
"menuName": "活动奖励",
"menuUrl": "",
"opeTime": "",
"oper": "",
"sortName": "uuid",
"sortNum": 2,
"sortType": "desc",
"state": "1",
"uuid": "2"
},
{
"checked": false,
"createBy": null,
"createTime": null,
"delFlag": "",
"mapCondition": {},
"memo": "",
"menuIcon": null,
"menuName": "售后管理",
"menuUrl": "",
"opeTime": "",
"oper": "",
"sortName": "uuid",
"sortNum": 3,
"sortType": "desc",
"state": "1",
"uuid": "3"
},
{
"checked": false,
"createBy": null,
"createTime": null,
"delFlag": "",
"mapCondition": {},
"memo": "",
"menuIcon": null,
"menuName": "商品列表",
"menuUrl": "",
"opeTime": "",
"oper": "",
"sortName": "uuid",
"sortNum": 4,
"sortType": "desc",
"state": "1",
"uuid": "4"
},
{
"checked": false,
"createBy": null,
"createTime": null,
"delFlag": "",
"mapCondition": {},
"memo": "",
"menuIcon": null,
"menuName": "我的收益",
"menuUrl": "",
"opeTime": "",
"oper": "",
"sortName": "uuid",
"sortNum": 5,
"sortType": "desc",
"state": "1",
"uuid": "5"
},
{
"checked": false,
"createBy": null,
"createTime": null,
"delFlag": "",
"mapCondition": {},
"memo": "",
"menuIcon": null,
"menuName": "会员管理",
"menuUrl": "",
"opeTime": "",
"oper": "",
"sortName": "uuid",
"sortNum": 6,
"sortType": "desc",
"state": "1",
"uuid": "6"
},
{
"checked": false,
"createBy": null,
"createTime": null,
"delFlag": "",
"mapCondition": {},
"memo": "",
"menuIcon": null,
"menuName": "门店管理",
"menuUrl": "",
"opeTime": "",
"oper": "",
"sortName": "uuid",
"sortNum": 7,
"sortType": "desc",
"state": "1",
"uuid": "7"
},
{
"checked": false,
"createBy": null,
"createTime": null,
"delFlag": "",
"mapCondition": {},
"memo": "",
"menuIcon": null,
"menuName": "帐号管理",
"menuUrl": "",
"opeTime": "",
"oper": "",
"sortName": "uuid",
"sortNum": 8,
"sortType": "desc",
"state": "1",
"uuid": "8"
}
]
},
"message": "成功",
"return_code": "0"
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">return_code</td>
<td style="text-align: left;">String</td>
<td>返回标识</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">String</td>
<td>返回标识描述</td>
</tr>
<tr>
<td style="text-align: left;">dataList</td>
<td style="text-align: left;">List<ShopMenuModel></td>
<td>菜单列表</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>