用户签到接口
<p><strong>接口说明 </strong></p>
<pre><code>请求接口: /base/app/user/sign/today
请求方式: GET
接口说明: 签到(需登录)</code></pre>
<p><strong>请求参数 </strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>长度</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>返回参数</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>string</td>
<td>状态值</td>
</tr>
<tr>
<td>msg</td>
<td>string</td>
<td>返回消息</td>
</tr>
<tr>
<td>data</td>
<td>object</td>
</tr>
<tr>
<td>credit</td>
<td>int</td>
<td>增加的积分</td>
</tr>
<tr>
<td>itemType</td>
<td>int</td>
<td>发放的物品类型[0优惠券]</td>
</tr>
<tr>
<td>itemSendCode</td>
<td>string</td>
<td>如果为null说明不发放</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": "0000",
"msg": "操作成功!",
"data": {
"id": 9,
"userCenterId": "1",
"userPhone": "123123",
"type": 1,
"signTime": "2020-05-11 11:35:15",
"continueDay": 1,
"signYear": 2020,
"signMonth": 5,
"signDay": 11,
"credit": 1,
"remark": null,
"itemType": 0,
"itemId": 1,
"itemName": "商品1优惠券满20省10",
"itemSendCode": "1259688520059064320"
}
}</code></pre>
<p><strong>接口备注</strong></p>