blessingChess
  1. test前端不用管
blessingChess
  • 🦊一分钟,了解 Apifox !
  • 用户
    • 登录
      POST
    • 查询用户数据
      GET
    • 更新棋盘数据
      POST
  • 祝福
    • 发送祝福
      POST
    • 查询已发送祝福
      GET
    • 查询收到的祝福
      GET
    • 获取新祝福
      GET
    • 删除祝福
      DELETE
    • 更改祝福
      PUT
  • 贺卡
    • 发送贺卡
      POST
    • 查询已发送贺卡
      GET
    • 查询收到的贺卡
      GET
    • 获取新贺卡
      GET
    • 删除贺卡
      DELETE
    • 更改贺卡
      PUT
    • 查询贺卡被点亮次数
      GET
    • 查询所有贺卡
      GET
  • 图标、背景
    • icon查询
      GET
    • background查询
      GET
    • icon上传
      POST
    • background上传
      POST
  • test前端不用管
    • 发送贺卡test
      POST
    • 查询收到的贺卡test
      GET
    • 删除贺卡 Copy
      DELETE
    • test
      GET
  1. test前端不用管

test

开发中
GET
/test/

请求参数

无

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:8080/test/'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
data
string 
必需
message
string 
必需
示例
{
    "code": 0,
    "data": "string",
    "message": "string"
}
修改于 2024-03-01 16:29:24
上一页
删除贺卡 Copy
Built with