签到
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户签到</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>{"opeType":"customerSigns",'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> {
"integral": 50,
"message": "成功",
"return_code": "0",
"success": "success",
"sustainSignTimes": 1
}}</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;">integral</td>
<td style="text-align: left;">int</td>
<td>赠送积分</td>
</tr>
<tr>
<td style="text-align: left;">sustainSignTimes</td>
<td style="text-align: left;">int</td>
<td>连续签到天数</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>