no message

This commit is contained in:
kuaifan
2025-02-22 11:29:46 +08:00
parent 30cfb1200d
commit 6bd20038f9
33 changed files with 307 additions and 62 deletions

View File

@@ -324,7 +324,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/setting/aibot_defmodels 04. 获取AI默认模型
* @api {get} api/system/setting/aibot_defmodels 05. 获取AI默认模型
*
* @apiDescription 获取AI机器人默认模型
* @apiVersion 1.0.0
@@ -358,7 +358,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/setting/checkin 05. 获取签到设置、保存签到设置(限管理员)
* @api {get} api/system/setting/checkin 06. 获取签到设置、保存签到设置(限管理员)
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -464,7 +464,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/setting/apppush 06. 获取APP推送设置、保存APP推送设置(限管理员)
* @api {get} api/system/setting/apppush 07. 获取APP推送设置、保存APP推送设置(限管理员)
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -509,7 +509,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/setting/thirdaccess 07. 第三方帐号(限管理员)
* @api {get} api/system/setting/thirdaccess 08. 第三方帐号(限管理员)
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -579,7 +579,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/setting/file 08. 文件设置(限管理员)
* @api {get} api/system/setting/file 09. 文件设置(限管理员)
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -619,7 +619,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/demo 09. 获取演示帐号
* @api {get} api/system/demo 10. 获取演示帐号
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -643,7 +643,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/priority 10. 任务优先级
* @api {post} api/system/priority 11. 任务优先级
*
* @apiDescription 获取任务优先级、保存任务优先级
* @apiVersion 1.0.0
@@ -692,7 +692,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/column/template 11. 创建项目模板
* @api {post} api/system/column/template 12. 创建项目模板
*
* @apiDescription 获取创建项目模板、保存创建项目模板
* @apiVersion 1.0.0
@@ -739,7 +739,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/license 12. License
* @api {post} api/system/license 13. License
*
* @apiDescription 获取License信息、保存License(限管理员)
* @apiVersion 1.0.0
@@ -808,7 +808,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/info 13. 获取终端详细信息
* @api {get} api/system/get/info 14. 获取终端详细信息
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -837,7 +837,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/ip 14. 获取IP地址
* @api {get} api/system/get/ip 15. 获取IP地址
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -852,7 +852,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/cnip 15. 是否中国IP地址
* @api {get} api/system/get/cnip 16. 是否中国IP地址
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -869,7 +869,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/ipgcj02 16. 获取IP地址经纬度
* @api {get} api/system/get/ipgcj02 17. 获取IP地址经纬度
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -886,7 +886,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/ipinfo 17. 获取IP地址详细信息
* @api {get} api/system/get/ipinfo 18. 获取IP地址详细信息
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -903,7 +903,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/imgupload 18. 上传图片
* @api {post} api/system/imgupload 19. 上传图片
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@@ -969,7 +969,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/imgview 19. 浏览图片空间
* @api {get} api/system/get/imgview 20. 浏览图片空间
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@@ -1066,7 +1066,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/fileupload 20. 上传文件
* @api {post} api/system/fileupload 21. 上传文件
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@@ -1110,7 +1110,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/updatelog 21. 获取更新日志
* @api {get} api/system/get/updatelog 22. 获取更新日志
*
* @apiDescription 获取更新日志
* @apiVersion 1.0.0
@@ -1153,7 +1153,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/email/check 22. 邮件发送测试(限管理员)
* @api {get} api/system/email/check 23. 邮件发送测试(限管理员)
*
* @apiDescription 测试配置邮箱是否能发送邮件
* @apiVersion 1.0.0
@@ -1199,7 +1199,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/checkin/export 23. 导出签到数据(限管理员)
* @api {get} api/system/checkin/export 24. 导出签到数据(限管理员)
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -1368,7 +1368,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/checkin/down 24. 下载导出的签到数据
* @api {get} api/system/checkin/down 25. 下载导出的签到数据
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -1394,7 +1394,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/version 25. 获取版本号
* @api {get} api/system/version 26. 获取版本号
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -1431,7 +1431,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/prefetch 26. 预加载的资源
* @api {get} api/system/prefetch 27. 预加载的资源
*
* @apiVersion 1.0.0
* @apiGroup system