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

      08. 相册列表

      联调中
      POST
      /fd2024/photos
      最后修改时间:2024-08-11 09:18:34

      请求参数

      Authorization
      在 header 添加参数
      authorization
      示例:
      authorization: ********************
      Body 参数application/json
      country
      enum<string> 
      必需
      枚举值:
      CACNJPKRNZSGUKUS
      page
      integer 
      必需
      limit
      integer 
      必需
      示例
      {
          "country": "US",
          "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/photos' \
      --header 'Content-Type: application/json' \
      --header 'authorization;' \
      --data-raw '{
          "country": "US",
          "page": 1,
          "limit": 20
      }'

      返回响应

      🟢200成功
      application/json
      Body
      data
      #/definitions/113175952
      必需
      Could not resolve '#/definitions/113175952'
      示例
      {
          "data": {
              "page": {
                  "current": 1,
                  "limit": 20,
                  "total": 4
              },
              "results": [
                  {
                      "id": 14,
                      "country": "US",
                      "url": "https://gzxz2021-76330.picgzc.qpic.cn/fd2024/6/a/6a339b5ac3843bfade4f9b2535ceb829.png",
                      "desc": "hahahaha",
                      "chnName": "吴康瑞",
                      "createdTime": 1723296190000
                  },
                  {
                      "id": 13,
                      "country": "US",
                      "url": "https://gzxz2021-76330.picgzc.qpic.cn/fd2024/6/a/6a339b5ac3843bfade4f9b2535ceb829.png",
                      "desc": "hahahaha",
                      "chnName": "吴康瑞",
                      "createdTime": 1723296076000
                  }
              ]
          },
          "errmsg": "success",
          "ret": 0
      }
      修改于 2024-08-11 09:18:34
      上一页
      07. 员工删除
      下一页
      09. 活动数据
      Built with