获取员工信息
<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":"getAccountInfoByUuid","map":{"token":"ad1025c11673b42b6480056d99fa9d68","sessionId":"e5af1713-e233-4188-9d2a-0f478b530d8c","accountUuid":"6e5c23645fe94636b5ba237b34408738","shopUuid":"e9be3722884643a7afde90e71f307a58","uuid":"826e50967cf54b50aca719d20d2a652f"}}</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>
<tr>
<td style="text-align: left;">uuid</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": {
"cart_59c1486b83dc42e38eda7aeff037f94b": [
{
"activityUuid": "",
"allAttrs": null,
"attrIds": "o2o-no1",
"attrValues": null,
"basePrice": 0,
"buyNum": 1,
"checkFreightProduct": false,
"checked": true,
"couponList": null,
"customerUuid": null,
"existedInDB": false,
"favoriteState": false,
"finalDiscountPrice": 0,
"finalPrice": 0,
"integralWarning": "",
"joinCartPrice": 0,
"limitWarning": 0,
"marketPrice": 0,
"position": 1,
"productCouponPrice": 0,
"productCouponUuid": null,
"productId": "c5b3b172412241b694dd23fdc249de72",
"productImg": null,
"productImgUrl": "",
"productName": null,
"productWarning": "",
"promotionActivityRuleUuid": "",
"promotionPrice": 0,
"promotionSkuNo": "",
"promotions": null,
"protectionList": null,
"reduceMoney": "0.00",
"serviceNum": 0,
"serviceTotalMoney": 0,
"state": false,
"stock": 0,
"suitSubProduct": null,
"suitSubProductUuids": "",
"sutibleList": null,
"totalPrice": "0",
"type": "12"
}
],
"checked": true,
"totalCheckedNum": 1,
"totalCount": 1,
"totalMount": "0.00",
"totalNum": 1
},
"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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>