lxpt_bg

龙虾后台管理


活动状态切换

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>活动上下线 -&lt;font color=&quot;red&quot;&gt;根据活动ID更新上下线&lt;/font&gt;</li> </ul> <h5>请求URL</h5> <ul> <li><code>/activity/updateStatus</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <h5>请求JSON</h5> <pre><code>{ &amp;quot;loginMode&amp;quot;: 1, &amp;quot;passLogin&amp;quot;: 0, &amp;quot;password&amp;quot;: &amp;quot;123456&amp;quot;, &amp;quot;phone&amp;quot;: &amp;quot;17554243895&amp;quot;, &amp;quot;platformType&amp;quot;: 2, &amp;quot;sengCode&amp;quot;: &amp;quot;&amp;quot; }</code></pre> <h5>参数</h5> <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;">activityId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>活动业务ID</td> </tr> <tr> <td style="text-align: left;">status</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>状态(未上线:not_online 上线:online 下线:offline 已结束:complete)</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;code&amp;quot;: &amp;quot;200&amp;quot;, &amp;quot;message&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;param&amp;quot;: null, &amp;quot;data&amp;quot;: { &amp;quot;phone&amp;quot;: &amp;quot;17554243895&amp;quot;, &amp;quot;platformType&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;userName&amp;quot;: &amp;quot;缪大鹏供应商&amp;quot;, &amp;quot;userId&amp;quot;: &amp;quot;3&amp;quot;, &amp;quot;token&amp;quot;: &amp;quot;eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2OTkzNDU0MzgsInVzZXJuYW1lIjoiMTc1NTQyNDM4OTUqMiJ9.uMUoGRr4xyg3sPVLIlLUijPkXsEUI79BQAdme1hmaL8&amp;quot; }, &amp;quot;pageInfo&amp;quot;: null, &amp;quot;listData&amp;quot;: null, &amp;quot;status&amp;quot;: 0, &amp;quot;sysMessage&amp;quot;: null }</code></pre> <h5>返回参数说明</h5> <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;">Booelan</td> <td style="text-align: left;">String</td> <td>业务处理是否成功</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML