新店铺链接管理
<p><strong>简要描述:</strong> </p>
<ul>
<li>新店铺链接管理</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/m/linkManager</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;">cate_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;">product_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;">short_url</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": {
"total": 9,
"per_page": 20,
"current_page": 1,
"last_page": 1,
"data": [
{
"router_id": 819,
"url_type": "2",
"browse_count": 0,
"today_browse_count": 0,//今日访问
"short_url": "rmguc4",//店铺链接
"state": 1,//1可用0关闭访问
"visi_password": null,//访问密码,null为无密码
"last_visi_at": "暂无访问时间",
"link_type": "分类店铺",//店铺类型
"total_cash": 0,//累计提交金额
"total_pay_cash": 0,//支付成功金额
"pay_order_count": 0,//支付订单数
"order_count": 0,//总订单数
"avg_buy_time": 0//平均下单时间
},
{
"router_id": 824,
"url_type": "3",
"browse_count": 0,
"short_url": "Z3d4F4",
"state": 1,
"visi_password": null,
"last_visi_at": "暂无访问时间",
"link_type": "商品店铺",
"total_cash": 0,
"total_pay_cash": 0,
"pay_order_count": 0,
"order_count": 0,
"avg_buy_time": 0
},
{
"router_id": 828,
"url_type": "3",
"browse_count": 0,
"short_url": "MiRmV1",
"state": 1,
"visi_password": null,
"last_visi_at": "暂无访问时间",
"link_type": "商品店铺",
"total_cash": 0,
"total_pay_cash": 0,
"pay_order_count": 0,
"order_count": 0,
"avg_buy_time": 0
},
{
"router_id": 868,
"url_type": "3",
"browse_count": 0,
"short_url": "dFsws1",
"state": 1,
"visi_password": null,
"last_visi_at": "暂无访问时间",
"link_type": "商品店铺",
"total_cash": 0,
"total_pay_cash": 0,
"pay_order_count": 0,
"order_count": 0,
"avg_buy_time": 0
},
{
"router_id": 877,
"url_type": "3",
"browse_count": 0,
"short_url": "Kkdcn1",
"state": 1,
"visi_password": null,
"last_visi_at": "暂无访问时间",
"link_type": "商品店铺",
"total_cash": 0,
"total_pay_cash": 0,
"pay_order_count": 0,
"order_count": 0,
"avg_buy_time": 0
},
{
"router_id": 900,
"url_type": "3",
"browse_count": 0,
"short_url": "kdqng3",
"state": 1,
"visi_password": null,
"last_visi_at": "暂无访问时间",
"link_type": "商品店铺",
"total_cash": 0,
"total_pay_cash": 0,
"pay_order_count": 0,
"order_count": 0,
"avg_buy_time": 0
},
{
"router_id": 929,
"url_type": "3",
"browse_count": 0,
"short_url": "ORNdc",
"state": 1,
"visi_password": null,
"last_visi_at": "暂无访问时间",
"link_type": "商品店铺",
"total_cash": 0,
"total_pay_cash": 0,
"pay_order_count": 0,
"order_count": 0,
"avg_buy_time": 0
},
{
"router_id": 948,
"url_type": "1",
"browse_count": 12,
"short_url": "ypDnm3",
"state": 1,
"visi_password": null,
"last_visi_at": "2019-06-13 15:07:17",
"link_type": "总店铺",
"total_cash": "603.00",
"total_pay_cash": "301.00",
"pay_order_count": 2,
"order_count": 5,
"avg_buy_time": 200
},
{
"router_id": 963,
"url_type": "3",
"browse_count": 0,
"short_url": "tIVAx1",
"state": 1,
"visi_password": null,
"last_visi_at": "暂无访问时间",
"link_type": "商品店铺",
"total_cash": 0,
"total_pay_cash": 0,
"pay_order_count": 0,
"order_count": 0,
"avg_buy_time": 0
}
]
},
"time": 1560411610
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<p>|参数名|类型|说明|</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>