2024家属开放日
    2024家属开放日
    • 01. 登录
      POST
    • 02. 员工头像
      GET
    • 03. 开启视频
      POST
    • 04. 打卡签到
      POST
    • 05. 观看相册
      POST
    • 06. 员工上传
      POST
    • 07. 员工删除
      POST
    • 08. 相册列表
      POST
    • 09. 活动数据
      POST
    • 10. 星光值记录
      POST
    • 11. 我的照片
      POST
    • 99. 数据清理
      POST

      10. 星光值记录

      联调中
      POST
      /fd2024/coins
      最后修改时间:2024-08-22 03:24:53

      请求参数

      Authorization
      在 header 添加参数
      authorization
      示例:
      authorization: ********************
      Body 参数application/json
      page
      integer 
      必需
      limit
      integer 
      必需
      示例
      {
          "page": 1,
          "limit": 20
      }

      示例代码

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/fd2024/coins' \
      --header 'Content-Type: application/json' \
      --header 'authorization;' \
      --data-raw '{
          "page": 1,
          "limit": 20
      }'

      返回响应

      🟢200成功
      application/json
      Body
      ret
      integer 
      必需
      errmsg
      string 
      必需
      data
      object  | null 
      可选
      page
      object (PageData) 
      必需
      results
      array[object (CoinInfo) {6}] 
      必需
      示例
      {
          "ret": 0,
          "errmsg": "string",
          "data": {
              "page": {
                  "current": 0,
                  "limit": 0,
                  "total": 0
              },
              "results": [
                  {
                      "id": 0,
                      "coinType": "fd2024_video",
                      "from": "staff",
                      "amount": 0,
                      "extra": "string",
                      "createdAt": 0
                  }
              ]
          }
      }
      修改于 2024-08-22 03:24:53
      上一页
      09. 活动数据
      下一页
      11. 我的照片
      Built with