当前接口状态 · 正常
可以显示多条公告与公告时间
接口地址: https://yz.jilicun.com/api.php?api=notice2
备用接口: https://yz1.jilicun.com/api.php?api=notice2
海外接口: https://www.ban365.com/api.php?api=notice2
返回格式: JSON
请求方式: GET
请求示例: https://yz.jilicun.com/api.php?api=notice2&app=10000 复制示例 跳转示例
请求参数说明:
名称 | 变量 | 必填 | 类型 | 说明 |
---|---|---|---|---|
接口 | api | 是 | GEt | 填写notice2 |
应用 | app | 是 | GEt | 填写后台应用APPID |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
code | String | 返回状态 |
notice | String | 公告/日期数组 |
content | String | 公告内容 |
noticetime | String | 公告日期 |
返回示例:
{ "code":200, "msg":{ "notice":[ {"content":"这是第二天多条公告", "noticetime":"2025-07-06 16:08"}, {"content":"这是一条多条公告", "noticetime":"2025-07-06 07:59"} ]}, "time":1755074153, "check":"3c761d29fae8a1aa5fa1cf7331e90b9a"}
错误码格式说明:
名称 | 类型 | 说明 |
---|---|---|
101 | String | 应用不存在 |
102 | String | 应用已关闭 |
171 | String | 接口维护中 |
172 | String | 接口未添加或不存在 |
代码示例:
{ "code":200, "msg":{ "notice":[ {"content":"这是第二天多条公告", "noticetime":"2025-07-06 16:08"}, {"content":"这是一条多条公告", "noticetime":"2025-07-06 07:59"} ]}, "time":1755074153, "check":"3c761d29fae8a1aa5fa1cf7331e90b9a"}