个人资料
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取会员资料的接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>127.0.0.1:8080//api/app/appCall?jsonParam={"opeType":"getCustomerInfo",'map':{'customerUuid':'0016d4d5c85c4af1af2c49c2fe4da69e','token':'f5b5d0263f524b31c269387b0c9fe085','sessionId':'87fc15af-5b76-40d9-98ad-eb0b6a9decef'}}</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;">customerUuid</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> {
"customerInfo": {
"birthday": "",
"canUseMoney": 0,
"changeNameTimes": "0",
"customerName": "15871757212",
"email": "",
"extensionCode": null,
"image": "",
"invitationCode": "",
"isGeneralize": "0",
"mobile": "15871757212",
"nickName": "",
"sex": "",
"uuid": "0016d4d5c85c4af1af2c49c2fe4da69e"
},
"orderCloseTime":"",
"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;">customerInfo</td>
<td style="text-align: left;">OrderMainModel</td>
<td>存储用户信息的model</td>
</tr>
<tr>
<td style="text-align: left;">orderCloseTime</td>
<td style="text-align: left;">String</td>
<td>订单多长时间会关闭</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>