This commit is contained in:
kuaifan
2022-05-15 23:01:14 +08:00
parent 8d876c60b2
commit 3755402f37
20 changed files with 33 additions and 33 deletions

View File

@@ -154,7 +154,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/setting/apppush 02. 获取APP推送设置、保存APP推送设置限管理员
* @api {get} api/system/setting/apppush 03. 获取APP推送设置、保存APP推送设置限管理员
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -199,7 +199,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/demo 03. 获取演示帐号
* @api {get} api/system/demo 04. 获取演示帐号
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -223,7 +223,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/priority 04. 任务优先级
* @api {post} api/system/priority 05. 任务优先级
*
* @apiDescription 获取任务优先级、保存任务优先级
* @apiVersion 1.0.0
@@ -272,7 +272,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/column/template 05. 创建项目模板
* @api {post} api/system/column/template 06. 创建项目模板
*
* @apiDescription 获取创建项目模板、保存创建项目模板
* @apiVersion 1.0.0
@@ -319,7 +319,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/info 06. 获取终端详细信息
* @api {get} api/system/get/info 07. 获取终端详细信息
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -348,7 +348,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/ip 07. 获取IP地址
* @api {get} api/system/get/ip 08. 获取IP地址
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -363,7 +363,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/cnip 08. 是否中国IP地址
* @api {get} api/system/get/cnip 09. 是否中国IP地址
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -380,7 +380,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/ipgcj02 09. 获取IP地址经纬度
* @api {get} api/system/get/ipgcj02 10. 获取IP地址经纬度
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -397,7 +397,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/ipinfo 10. 获取IP地址详细信息
* @api {get} api/system/get/ipinfo 11. 获取IP地址详细信息
*
* @apiVersion 1.0.0
* @apiGroup system
@@ -414,7 +414,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/imgupload 11. 上传图片
* @api {post} api/system/imgupload 12. 上传图片
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@@ -474,7 +474,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/imgview 12. 浏览图片空间
* @api {get} api/system/get/imgview 13. 浏览图片空间
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@@ -570,7 +570,7 @@ class SystemController extends AbstractController
}
/**
* @api {post} api/system/fileupload 13. 上传文件
* @api {post} api/system/fileupload 14. 上传文件
*
* @apiDescription 需要token身份
* @apiVersion 1.0.0
@@ -612,7 +612,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/get/starthome 14. 启动首页设置信息
* @api {get} api/system/get/starthome 15. 启动首页设置信息
*
* @apiDescription 用于判断注册是否需要启动首页
* @apiVersion 1.0.0
@@ -632,7 +632,7 @@ class SystemController extends AbstractController
}
/**
* @api {get} api/system/email/check 15. 邮件发送测试(限管理员)
* @api {get} api/system/email/check 16. 邮件发送测试(限管理员)
*
* @apiDescription 测试配置邮箱是否能发送邮件
* @apiVersion 1.0.0