支付连接管理
<p><strong>简要描述:</strong> </p>
<ul>
<li>支付连接管理</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/m/linkManager?pageno=2</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;">fl_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>分类id</td>
</tr>
<tr>
<td style="text-align: left;">pr_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>商品id</td>
</tr>
<tr>
<td style="text-align: left;">value</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>搜索值</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"__type": "result",
"state": "ok",
"msg": "",
"data": {
"__page_data": {
"__cur_pageno": 1,
"__cur_pagesize": 10,
"__cur_pagesum": 1,
"__cur_sumcount": "1"
},
"link_info": [
{
"link_name": "5x9sQ1",
"last_visi_time": "2018-02-13 07:55:52",
"link_type": "商品链接",
"visi_count": "2",
"sum_succ_money": "0.00",
"avg_buy_time": "0",
"succ_order_count": 0,
"sum_money": "0.00",
"sum_count": 0,
"need_pwd": "无",
"state": "可访问",
"fractional": 0,
"link_id": "96518",
"change_state_title": "关闭访问",
"change_state_class": "Sclose",
"state_color": "able_state_color",
"cate_id": "403",
"product_id": "6754",
"link_type_id": "3",
"create_date": "2018-02-13 07:09:11",
"update_date": "1970-01-01 08:00:00",
"mobile_open_visi_class": "",
"mobile_no_visi_class": ""
}
],
"cate_info": [
[
"403",
"模拟人生游戏"
],
[
"436",
"快发卡测试"
],
[
"8855",
"棒棒糖补领号3"
],
[
"15377",
"新易电竞"
],
[
"20709",
"5546565"
],
[
"29844",
"2"
],
[
"29845",
"3"
],
[
"29846",
"4"
],
[
"29847",
"5"
],
[
"29849",
"8"
],
[
"29850",
"9"
],
[
"32361",
"nnnbb"
],
[
"38814",
"飞车账号22"
],
[
"39023",
"test2"
]
]
},
"time": 1541472363
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>