我的漂流瓶
<p><strong>简要描述:</strong> </p>
<ul>
<li>我的漂流瓶</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://proxy.zlmicro.com/index.php?g=App&m=Diyapp&a=getBottleList</code></li>
<li><code>http://proxy.zlmicro.com/muse/v1/bottle/list</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</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>用户id</td>
</tr>
<tr>
<td style="text-align: left;">sessionid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>sessionid</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>{
"bottles":[
{
"ID":41,
"BottleID":1,
"Bottle":Object{...},
"ThrowUserID":26567,
"ThrowUser":Object{...},
"FishingUserID":95508,
"FishingUser":Object{...},
"DialogID":"c2c_26567",
"CreateTime":1635408938
},
{
"ID":27,
"BottleID":1,
"Bottle":{
"ID":1,
"UserID":26567,
"ThrowUser":Object{...},
"Content":"我就是测试的漂流瓶",
"CreateTime":1634522500,
"Status":0
},
"ThrowUserID":26567,
"ThrowUser":Object{...},
"FishingUserID":95508,
"FishingUser":Object{...},
"DialogID":"c2c_26567",
"CreateTime":1635407258
},
{
"ID":5,
"BottleID":1,
"Bottle":Object{...},
"ThrowUserID":26567,
"ThrowUser":Object{...},
"FishingUserID":345515,
"FishingUser":{
"userid":345515,
"groupid":3,
"username":"18818997564",
"Tel":"18818997564",
"Mobile":"18818997564",
"Email":"",
"nickname":"Good luck",
"realname":"",
"avatar":"https://static.zlmicro.com/images/avatar/20210923/20210923160117956.png",
"idnum":"627960505",
"Sex":"1",
"Zimu":"",
"Birthday":"1991-02-13T00:00:00+08:00",
"Type":2,
"CreateTime":1627960505,
"UpdateTime":1632304111,
"Status":1,
"LastLoginTime":1635412344,
"sessionid":"014011478858948795",
"RegIp":"183.11.69.113",
"LastIp":"113.102.166.82",
"IsNew":1,
"IsSearch":1,
"FromVersion":"3.1.7",
"DeviceType":"",
"UserAgent":"Dalvik/2.1.0 (Linux; U; Android 11; M2007J17C Build/RKQ1.200826.002)",
"IsSearchByIdnum":1,
"IsSearchByNickname":1,
"IsSearchByTel":1,
"IsSearchByEmail":1,
"RemainTime":86400,
"Invisible":0,
"Amount":1192,
"ThrowBottle":4,
"FishingBottle":0,
"Star":"水瓶座",
"IsSet":1
},
"DialogID":"c2c_26567",
"CreateTime":1635234292
}
],
"response":{
"result":true,
"errorCode":10000,
"msg":"成功"
},
"totalCount":3
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>