坑货队友
<h5> 简要描述</h5>
<p>- 坑货队友</p>
<h5> 请求URL</h5>
<p>- <code> http://default.cdduomie.com/duomie/public/index.php/lgroup/Index/pitCargo</code>
</p>
<h5> 请求方式</h5>
<p>- POST </p>
<h5> 参数</h5>
<p>|参数名|类型|是否必传|说明|
|:----- |:-----|----- |----- |
|cate |string | 否 |类型,值域:['':全部坑货列表,'top':首页取前3名] |
|category_id |int | 否 |分类id |
|page |int | 是 |分页 |
|rows |int | 是 |分页数量|</p>
<h5> 返回示例</h5>
<pre><code>{
&quot;status&quot;: &quot;success&quot;,
&quot;total&quot;: 1,
&quot;rows&quot;: [
{
&quot;name&quot;: &quot;微信哈&quot;,
&quot;sex&quot;: &quot;1&quot;,
&quot;cimg&quot;: &quot;http://default.cdduomie.com/duomie/public/uploads/ad/&quot;,
&quot;flower&quot;: &quot;1&quot;,
&quot;category_id&quot;: &quot;1&quot;,
&quot;game_id&quot;: &quot;1&quot;,
&quot;game_name&quot;: &quot;梦幻吸油&quot;,
&quot;game_server&quot;: &quot;大唐&quot;,
&quot;game_area&quot;: &quot;1区&quot;,
&quot;user_id&quot;: &quot;1&quot;,
&quot;nums&quot;: null,
&quot;category&quot;: &quot;哈哈&quot;,
&quot;user_label&quot;: [
{
&quot;user_id&quot;: &quot;1&quot;,
&quot;label_id&quot;: &quot;1&quot;,
&quot;label&quot;: &quot;标签1&quot;,
&quot;nums&quot;: &quot;3&quot;,
&quot;created&quot;: &quot;2024-05-18 12:00:57&quot;,
&quot;modified&quot;: &quot;2024-05-18 12:03:03&quot;
},
{
&quot;user_id&quot;: &quot;1&quot;,
&quot;label_id&quot;: &quot;2&quot;,
&quot;label&quot;: &quot;标签2&quot;,
&quot;nums&quot;: &quot;1&quot;,
&quot;created&quot;: &quot;2024-05-18 12:01:02&quot;,
&quot;modified&quot;: &quot;2024-05-18 12:03:06&quot;
}
]
}
]
}</code></pre>
<h5> 返回参数说明 </h5>
<p>|参数名|类型|说明|
|:----- |:-----|----- |
|name |string |标签名 |
|sex |int |1男,2女 |
|cimg |string |头像地址 |
|game_name |string |游戏名 |
|game_server |string |服务器 |
|game_area |string |所在大区 |
|user_id |int |用户id |
|nums |string |被赠送道具总数 |
|category |string |分类 |
|user_label.label |string |标签名 |
|user_label.nums |int |当前标签被选择几次 |</p>