捞瓶子
<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=fishingBottle</code></li>
<li><code>http://proxy.zlmicro.com/muse/v1/bottle/fishing</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;">sex</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>性别,0:都可以 、1:小哥哥、 2:小姐姐</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"bottle": {
"ID": 1,
"UserID": 26567,
"ThrowUser": {
"userid": 26567,
"groupid": 3,
"username": "13928488642",
"Tel": "13928488642",
"Mobile": "13928488642",
"Email": "",
"nickname": "我是139",
"realname": "",
"avatar": "https://static.zlmicro.com/images/avatar/20210729/20210729115508775.png",
"idnum": "583230014",
"Sex": "1",
"Zimu": "",
"Birthday": "1997-01-01T00:00:00+08:00",
"Type": 0,
"CreateTime": 1607328537,
"UpdateTime": 1611734169,
"Status": 1,
"LastLoginTime": 1628729972,
"sessionid": "194790155739871110",
"RegIp": "113.110.225.137",
"LastIp": "183.11.37.45",
"IsNew": 1,
"IsSearch": 1,
"FromVersion": "",
"DeviceType": "",
"UserAgent": "",
"IsSearchByIdnum": 1,
"IsSearchByNickname": 1,
"IsSearchByTel": 1,
"IsSearchByEmail": 1,
"RemainTime": -600,
"Invisible": 0,
"Amount": 152716,
"ThrowBottle": 9,
"FishingBottle": 10
},
"Content": "我就是测试的漂流瓶",
"CreateTime": 1634522500,
"Status": 0
},
"response": {
"result": true,
"errorCode": 10000,
"msg": "成功"
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>