社区团购

写就完了


登录

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户注册接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://www.groupon.com/api/login</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <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;">nickName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>昵称</td> </tr> <tr> <td style="text-align: left;">img</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>头像</td> </tr> <tr> <td style="text-align: left;">openid</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>获取openid</td> </tr> <tr> <td style="text-align: left;">session_key</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>获取session_key</td> </tr> <tr> <td style="text-align: left;">role_id</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>角色id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;error_code&amp;quot;: 0, &amp;quot;data&amp;quot;: { &amp;quot;uid&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;nickName&amp;quot;: &amp;quot;永恒&amp;quot;, &amp;quot;img&amp;quot;: &amp;quot;https://thirdwx.qlogo.cn/mmopen/vi_32/aM00uMFibmtOOfoKPnaaT9uNacdgweNyPqO2r3xgfdDmjd8EKiaMXqsMoSwk0QO4ibVEI1Z76NICI8QA5kWhic2UrQ/132&amp;quot;, &amp;quot;openid&amp;quot;: &amp;quot;o_lJF6Hn8AYoixHt5xURUmK0Jgxk&amp;quot;, &amp;quot;session_key&amp;quot;: &amp;quot;HqHXifjP9atm6pjh+GH+jw==&amp;quot;, &amp;quot;role_id&amp;quot;: &amp;quot;1&amp;quot;, &amp;quot;groupid&amp;quot;: 2 , &amp;quot;reg_time&amp;quot;: &amp;quot;1436864169&amp;quot;, &amp;quot;last_login_time&amp;quot;: &amp;quot;0&amp;quot;, } }</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;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML