跳转到主要内容

获取目录分享下的链接

接口说明

改接口可以获取某个分享目录下的所有链接:

  • 请求地址:http://domain.com/index.php?c=api&method=get_sid_links
  • 请求方法:GET

请求参数

参数名称请求方法示例值类型是否必须说明
sidPOSTADv7jhkIstring(8)请参考token生成
passwordPOSTxxxxstring密码

请求成功响应

{
    "code": 200,
    "data": {
        "category_name": "站长工具2",
        "expire_time": "2022-11-24 00:00:00",
        "results": [
            {
                "id": "29",
                "fid": "26",
                "title": "你好",
                "url": "ftp:\/\/dsdfdf.com",
                "description": "",
                "add_time": "1650615872",
                "up_time": null,
                "weight": "0",
                "property": "0",
                "click": "1",
                "topping": "0",
                "url_standby": ""
            },
            {
                "id": "28",
                "fid": "26",
                "title": "你好",
                "url": "https:\/\/dsdfdf.com",
                "description": "",
                "add_time": "1650615867",
                "up_time": null,
                "weight": "0",
                "property": "0",
                "click": "0",
                "topping": "0",
                "url_standby": ""
            },
            {
                "id": "27",
                "fid": "26",
                "title": "你好",
                "url": "http:\/\/dsdfdf.com",
                "description": "",
                "add_time": "1650615862",
                "up_time": null,
                "weight": "0",
                "property": "0",
                "click": "0",
                "topping": "0",
                "url_standby": ""
            },
            {
                "id": "26",
                "fid": "26",
                "title": "Epic 限时免费游戏《Amnesia: Rebirth》和 Riverbond(原价 159 元) - 下问",
                "url": "https:\/\/xiawen.cc\/d\/69-epic-amnesia-rebirth-riverbond-159-cny",
                "description": "",
                "add_time": "1650614453",
                "up_time": null,
                "weight": "0",
                "property": "0",
                "click": "5",
                "topping": "0",
                "url_standby": null
            },
            {
                "id": "25",
                "fid": "26",
                "title": "onenav 增加阿里图标方法 - 下问",
                "url": "https:\/\/xiawen.cc\/d\/67-onenav",
                "description": "",
                "add_time": "1650614424",
                "up_time": null,
                "weight": "0",
                "property": "1",
                "click": "0",
                "topping": "0",
                "url_standby": null
            },
            {
                "id": "24",
                "fid": "26",
                "title": "变量命名神器",
                "url": "https:\/\/unbug.github.io\/codelf\/#%E9%A1%B6%E7%BA%A7",
                "description": "",
                "add_time": "1650606791",
                "up_time": null,
                "weight": "0",
                "property": "0",
                "click": "0",
                "topping": "0",
                "url_standby": ""
            },
            {
                "id": "23",
                "fid": "26",
                "title": "普京取消强攻亚速钢铁厂命令_百度搜索",
                "url": "https:\/\/www.baidu.com\/s?wd=%E6%99%AE%E4%BA%AC%E5%8F%96%E6%B6%88%E5%BC%BA%E6%94%BB%E4%BA%9A%E9%80%9F%E9%92%A2%E9%93%81%E5%8E%82%E5%91%BD%E4%BB%A4&sa=fyb_n_homepage&rsv_dl=fyb_n_homepage&from=super&cl=3&tn=baidutop10&fr=top1000&rsv_idx=2&hisfilter=1",
                "description": "",
                "add_time": "1650551553",
                "up_time": null,
                "weight": "0",
                "property": "0",
                "click": "0",
                "topping": "0",
                "url_standby": null
            },
            {
                "id": "13",
                "fid": "26",
                "title": "测试备用",
                "url": "https:\/\/www.xiaoz.ttt",
                "description": "",
                "add_time": "1646991031",
                "up_time": null,
                "weight": "0",
                "property": "1",
                "click": "4",
                "topping": "0",
                "url_standby": "https:\/\/www.xiaoz.ttt"
            },
            {
                "id": "12",
                "fid": "26",
                "title": "测试备用链接",
                "url": "https:\/\/www.baidu.com\/",
                "description": "你好啊",
                "add_time": "1646990879",
                "up_time": null,
                "weight": "0",
                "property": "1",
                "click": "22",
                "topping": "0",
                "url_standby": "https:\/\/www.baidu.com\/"
            },
            {
                "id": "10",
                "fid": "26",
                "title": "查询链接列表 | 藏经阁",
                "url": "https:\/\/doc.xiaoz.me\/books\/onenav\/page\/92c8c",
                "description": "Js操作Cookie总结(设置,读取,删除),工作中经常会用到的哦!下面是详细代码,如有错误,请留言指正!",
                "add_time": "1646388213",
                "up_time": null,
                "weight": "0",
                "property": "1",
                "click": "4",
                "topping": "0",
                "url_standby": null
            },
            {
                "id": "9",
                "fid": "26",
                "title": "JS设置cookie、读取cookie、删除cookie_javascript技巧_脚本之家",
                "url": "https:\/\/www.jb51.net\/article\/64330.htm",
                "description": "Js操作Cookie总结(设置,读取,删除),工作中经常会用到的哦!下面是详细代码,如有错误,请留言指正!",
                "add_time": "1646388182",
                "up_time": null,
                "weight": "0",
                "property": "0",
                "click": "2",
                "topping": "0",
                "url_standby": null
            }
        ]
    },
    "msg": "success"
}