公告查询
POST
https://xiaochu.ljwx.site/xiaochu/getNotice
请求参数
Body 参数application/json
pluginId
integer
插件id
pageSize
integer
必需
currentPage
integer
当前页数
示例
{
"pluginId": 0,
"pageSize": 0,
"currentPage": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://xiaochu.ljwx.site/xiaochu/getNotice' \
--header 'Content-Type: application/json' \
--data-raw '{
"pluginId": 0,
"pageSize": 0,
"currentPage": 0
}'
返回响应
🟢200成功
application/json
Body
msg
string
必需
total
integer
总数
code
integer
必需
data
array [object {5}]
必需
id
integer
必需
title
string
标题
content
string
内容
create_date
string
发布时间
pluginId
string
插件ID
示例
{
"code": 200,
"msg": "获取成功",
"data": {
"total": 2,
"pages": 1,
"list": [
{
"id": 18,
"title": "域名授权介绍",
"content": "域名授权请手机端前往网址https://www.ljwx.love/#/pages/class/goods?cid=380,电脑端前往https://www.ljwx.love找到晓风软件授权区分类",
"appid": "MorningWindGoodsAbu",
"pluginId": 1,
"create_date": "2024-02-16 23:23:09"
},
{
"id": 23,
"title": "开通代理3.5元拿永久",
"content": "开通代理,3.5元拿永久授权,可30为他人授权从中赚取差价,\n下级开通代理,你也可以得到50%提成\n授权站地址https://xiaochu.ljwx.site\n进入开通代理即可",
"appid": "MorningWindGoodsAbu",
"pluginId": 1,
"create_date": "2024-04-18 22:22:09"
}
]
}
}
修改于 2024-10-20 09:17:50