返回自己的朋友圈
<p><strong>简要描述:</strong> </p>
<ul>
<li>返回自己的朋友圈</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/api/Zone/personList</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;">uid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>用户id</td>
</tr>
<tr>
<td style="text-align: left;">pageNum</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>页码 从1开始</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"attributes": {
"imgUrlPre": "http://www.trystway.com"
},
"obj": [
{
"zone_id": 171,
"zone_imid": 6999,
"zone_gagaid": 6999,
"sex": 1,
"zone_content": null,
"zone_likecount": 0,
"zone_commentcount": 0,
"zone_datetime": "1553598894640",
"zone_state": 1,
"zoneReadcount":10,
"recommend": 1,
"deleted_at": null,
"like_count": 0,
"img": [
{
"zoimId": 183,
"zoimZoneid": 171,
"zone_imid": 6999,
"zoimImgurl": "/images/2019-03-26-11-14-th-5c9a09aec2f75-.png",
"zoimTime": "1553598894800",
"zoimIsrecommend": 1
}
],
"zoneTrans": "",
"contentLen": 0,
"zone_imgcount": 1,
"zone_istrueimg": 1,
"isLove": 0,
"memb_bigimg": "/images/2019-03-25-03-37-th-5c984cf6208a5-.png",
"memb_nickname": "123123",
"memb_country": "AU",
"commList": [],
"video":[
"Id": 1,
"look": 1,
"smurl":"http://1256582394.vod2.myqcloud.com/17917bacvodgzp1256582394/
73af94135285890788476142172/aHOLQO4ao8A.mp4",
"uid": 7352,
"imgurl": http://static.7667wan.com/25dae8eb060b6aba9d32786232538ef5,
"zoneid": 497
]
},
{
"zone_id": 170,
"zone_imid": 6999,
"zone_gagaid": 6999,
"sex": 1,
"zone_content": null,
"zone_likecount": 0,
"zone_commentcount": 0,
"zone_datetime": "1553598809501",
"zone_state": 1,
"zoneReadcount":10,
"recommend": 1,
"deleted_at": null,
"like_count": 0,
"img": [],
"zoneTrans": "",
"contentLen": 0,
"zone_imgcount": 1,
"zone_istrueimg": 1,
"isLove": 0,
"memb_bigimg": "/images/2019-03-25-03-37-th-5c984cf6208a5-.png",
"memb_nickname": "123123",
"memb_country": "AU",
"commList": [],
"video":[],
},
{
"zone_id": 169,
"zone_imid": 6999,
"zone_gagaid": 6999,
"sex": 1,
"zone_content": null,
"zone_likecount": 0,
"zone_commentcount": 1,
"zone_datetime": "1553578433386",
"zone_state": 1,
"zoneReadcount":10,
"recommend": 1,
"deleted_at": null,
"like_count": 0,
"img": [
{
"zoimId": 181,
"zoimZoneid": 169,
"zone_imid": 6999,
"zoimImgurl": "/images/2019-03-26-05-33-th-5c99b9c1a8c49-.png",
"zoimTime": "1553578433692",
"zoimIsrecommend": 1
},
{
"zoimId": 182,
"zoimZoneid": 169,
"zone_imid": 6999,
"zoimImgurl": "/images/2019-03-26-05-33-th-5c99b9c2a906a-.png",
"zoimTime": "1553578434693",
"zoimIsrecommend": 1
}
],
"zoneTrans": "",
"contentLen": 0,
"zone_imgcount": 2,
"zone_istrueimg": 1,
"isLove": 0,
"memb_bigimg": "/images/2019-03-25-03-37-th-5c984cf6208a5-.png",
"memb_nickname": "123123",
"memb_country": "AU",
"commList": [
{
"zoco_id": 495,
"zoco_zoneid": 169,
"zoco_parentid": null,
"zoco_imid": 6999,
"sex": 1,
"zoco_content": "哈哈哈",
"zoco_state": 1,
"zoco_time": "1553592109222",
"deleted_at": "",
"translate": "",
"memb_bigimg": "/images/2019-03-25-03-37-th-5c984cf6208a5-.png",
"memb_country": "BH",
"memb_nickname": "123123",
"memb_sex": 1
},
"video":[]
]
}
],
"success": true,
"msg": ""
}</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;">commList</td>
<td style="text-align: left;">数组</td>
<td>如果不为空则返回数组</td>
</tr>
<tr>
<td style="text-align: left;">img</td>
<td style="text-align: left;">数组</td>
<td>如果不为空则返回数组</td>
</tr>
<tr>
<td style="text-align: left;">video</td>
<td style="text-align: left;">数组</td>
<td>视频数组</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>