晓风授权站
    晓风授权站
    • 域名是否授权
      GET
    • 检查更新
      GET
    • 公告查询
      POST
    • 验证卡密
      GET
    • 使用卡密
      POST

      公告查询

      POST
      http://prod-cn.your-api-server.comhttps://xiaochu.ljwx.site/xiaochu/getNotice
      指定插件的公告查询

      请求参数

      Body 参数application/json
      pluginId
      integer 
      插件id
      必需
      pageSize
      integer 
      必需
      每页数量,不超过50个
      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
      上一页
      检查更新
      下一页
      验证卡密
      Built with