资源一体化-用户端

资源一体化-用户端


更新打卡活动地点

<h4>更新打卡活动地点</h4> <pre><code>url: /welfare/activitypunch/update 请求方式: POST 说明: 需登录 更新打卡活动地点</code></pre> <p>入参参数说明:</p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> <th>是否必传</th> </tr> </thead> <tbody> <tr> <td>punchLocationId</td> <td>Long(20)</td> <td>打卡点id</td> <td>是</td> </tr> <tr> <td>activityId</td> <td>Long(20)</td> <td>活动id</td> <td>是</td> </tr> <tr> <td>locationCode</td> <td>String(32)</td> <td>打卡地点编号</td> <td>是</td> </tr> <tr> <td>locationName</td> <td>String(64)</td> <td>打卡地点名称</td> <td>否</td> </tr> <tr> <td>locationInfo</td> <td>String(255)</td> <td>详细位置信息</td> <td>否</td> </tr> <tr> <td>longitude</td> <td>String(10)</td> <td>经度</td> <td>否</td> </tr> <tr> <td>latitude</td> <td>String(10)</td> <td>纬度</td> <td>否</td> </tr> <tr> <td>logo</td> <td>String(255)</td> <td>打卡点logo图片地址</td> <td>否</td> </tr> </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> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "code": "0000", "msg":"success", "data": null }</code></pre>

页面列表

ITEM_HTML