✨云桥计划✨
希望通过本计划,可以达成网络,以此为桥。
现阶段开放收集到的公开链接~ 您可以通过分享扩大的网络~
数据库下载(不定时更新)
SHA1: -
Records: -
Update: 暂无
机器人接入
数据提交接口
https://www.yunso.net/api/opendataentry.php
注意 使用POST/GET方法提交数据
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
data | 是 | string | 经过 base64 文本请以uft-8编码 |
type | 否 | string | 返回类型 html /json | openattribute | 否 | Boolean | true/false 默认false 加入公共开放数据库 // 现阶段都是公开的 | token | 否 | string | 确认身份 | appid | 否 | string | 确认身份 | key | 否 | string | 确认身份 | filter | 否 | string | 仅部分appid支持。类型 0 默认 1开启 |
{ "code": 200, "msg": "SUCCESS", "time": 1692425455, "data": [ { "ScrName": null, "info_url": "https://www.aliyundrive.com/s/XXX", "effectiveness": -80001, "effectivenessmsg": "× 已存在" }, //省略 ] }
开放搜索接口
https://www.yunso.net/api/opensearch.php?wd={word}&uk=&mode={mode}
注意 GET方法 本接口限前100项
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
wd | 是 | string | 关键词 |
mode | 否 | string | 模式 90001 智能搜索 默认 90002 精准搜素 |
page | 否 | int | 页码 |
type | 否 | string | 用于返回的类型 留空则标准json,假设type=text,则返回json,其中msg字段可直接回复用户。 |
groupid | 否 | string | 发送请求的群组id,假设来自私聊-1 |
userid | 否 | string | 发送请求的用户id |
machineid | 否 | string | 机器人id |
appid | 否 | string | 确认身份 |
key | 否 | string | 确认身份 |
{ "RequestTime":1692320694000, "Session":null, "Runtime":0.0369, "Memory_get_usage":380520, "Data":[ { "ScrName":"名称", "Scrpass":"", "Scrurl":"https:\/\/www.aliyundrive.com\/s\/XXX", "addtime":"添加时间" }, //省略 ], "RequestID":"55B4B8D8-4AD9-8450-DDEC-E68ED5715E2D", "Query_result_Failure_number":null, "Query_result_Total":873, "Query_result_limit":5, "Searchmode":90001, "SearchmodeName":"\u667a\u6167\u641c\u7d22", "code":0, "msg":"\u67e5\u8be2\u6210\u529f", "time":"0.003" }返回示例 type=text
{ "msg":"1、名称\nhttps://www.aliyundrive.com/s/XXX\n2、名称\nhttps://www.aliyundrive.com/s/XXX\n3、名称\nhttps://www.aliyundrive.com/s/XXX\n省略" }