宜聊


获取我的推广潜水列表

<p><strong>简要描述:</strong> </p> <ul> <li>用户注册接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/app/getDivingUserList.do</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;">userId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>用户名</td> </tr> <tr> <td style="text-align: left;">page</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>页码</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;m_object&amp;quot;: { &amp;quot;pageCount&amp;quot;: 0, &amp;quot;data&amp;quot;: [{ &amp;quot;t_handImg&amp;quot;: &amp;quot;http://www.baidu.com&amp;quot;, &amp;quot;t_create_time&amp;quot;: &amp;quot;2018-06-11&amp;quot;, &amp;quot;t_nickName&amp;quot;: &amp;quot;张三&amp;quot; }] }, &amp;quot;m_strMessage&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;m_istatus&amp;quot;: 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;">pageCount</td> <td style="text-align: left;">int</td> <td>总页数</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">jsonarray</td> <td>数据</td> </tr> <tr> <td style="text-align: left;">t_handImg</td> <td style="text-align: left;">String</td> <td>头像</td> </tr> <tr> <td style="text-align: left;">t_nickName</td> <td style="text-align: left;">String</td> <td>昵称</td> </tr> <tr> <td style="text-align: left;">t_create_time</td> <td style="text-align: left;">String</td> <td>日期</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML