[fix] 不用orm验证方式,验证不了唯一

This commit is contained in:
醉挽清风 2023-03-10 13:44:21 +08:00
parent 8567eb9905
commit 8b0c668ee0
40 changed files with 152 additions and 152 deletions

View File

@ -14,7 +14,7 @@ class DownloadController extends BaseAdminController
/** /**
* @notes 导出文件 * @notes 导出文件
* @author 段誉 * @author 乔峰
* @date 2022/11/24 16:10 * @date 2022/11/24 16:10
*/ */
public function export() public function export()

View File

@ -14,7 +14,7 @@ class FileController extends BaseAdminController
/** /**
* @notes 文件列表 * @notes 文件列表
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:30 * @date 2021/12/29 14:30
*/ */
public function lists() public function lists()
@ -25,7 +25,7 @@ class FileController extends BaseAdminController
/** /**
* @notes 文件移动成功 * @notes 文件移动成功
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:30 * @date 2021/12/29 14:30
*/ */
public function move() public function move()
@ -38,7 +38,7 @@ class FileController extends BaseAdminController
/** /**
* @notes 重命名文件 * @notes 重命名文件
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:31 * @date 2021/12/29 14:31
*/ */
public function rename() public function rename()
@ -51,7 +51,7 @@ class FileController extends BaseAdminController
/** /**
* @notes 删除文件 * @notes 删除文件
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:31 * @date 2021/12/29 14:31
*/ */
public function delete() public function delete()
@ -64,7 +64,7 @@ class FileController extends BaseAdminController
/** /**
* @notes 分类列表 * @notes 分类列表
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:31 * @date 2021/12/29 14:31
*/ */
public function listCate() public function listCate()
@ -75,7 +75,7 @@ class FileController extends BaseAdminController
/** /**
* @notes 添加文件分类 * @notes 添加文件分类
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:31 * @date 2021/12/29 14:31
*/ */
public function addCate() public function addCate()
@ -88,7 +88,7 @@ class FileController extends BaseAdminController
/** /**
* @notes 编辑文件分类 * @notes 编辑文件分类
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:31 * @date 2021/12/29 14:31
*/ */
public function editCate() public function editCate()
@ -101,7 +101,7 @@ class FileController extends BaseAdminController
/** /**
* @notes 删除文件分类 * @notes 删除文件分类
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:32 * @date 2021/12/29 14:32
*/ */
public function delCate() public function delCate()

View File

@ -12,7 +12,7 @@ class UploadController extends BaseAdminController
{ {
/** /**
* @notes 上传图片 * @notes 上传图片
* @author 段誉 * @author 乔峰
* @date 2021/12/29 16:27 * @date 2021/12/29 16:27
*/ */
public function image() public function image()
@ -28,7 +28,7 @@ class UploadController extends BaseAdminController
/** /**
* @notes 上传视频 * @notes 上传视频
* @author 段誉 * @author 乔峰
* @date 2021/12/29 16:27 * @date 2021/12/29 16:27
*/ */
public function video() public function video()

View File

@ -27,7 +27,7 @@ class AppSettingController extends BaseAdminController
/** /**
* @notes 获取App设置 * @notes 获取App设置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:24 * @date 2022/3/29 10:24
*/ */
public function getConfig() public function getConfig()
@ -39,7 +39,7 @@ class AppSettingController extends BaseAdminController
/** /**
* @notes App设置 * @notes App设置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:25 * @date 2022/3/29 10:25
*/ */
public function setConfig() public function setConfig()

View File

@ -27,7 +27,7 @@ class OfficialAccountMenuController extends BaseAdminController
/** /**
* @notes 保存菜单 * @notes 保存菜单
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:41 * @date 2022/3/29 10:41
*/ */
public function save() public function save()
@ -43,7 +43,7 @@ class OfficialAccountMenuController extends BaseAdminController
/** /**
* @notes 保存发布菜单 * @notes 保存发布菜单
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:42 * @date 2022/3/29 10:42
*/ */
public function saveAndPublish() public function saveAndPublish()
@ -60,7 +60,7 @@ class OfficialAccountMenuController extends BaseAdminController
/** /**
* @notes 查看菜单详情 * @notes 查看菜单详情
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:42 * @date 2022/3/29 10:42
*/ */
public function detail() public function detail()

View File

@ -32,7 +32,7 @@ class OfficialAccountReplyController extends BaseAdminController
/** /**
* @notes 查看回复列表(关注/关键词/默认) * @notes 查看回复列表(关注/关键词/默认)
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:58 * @date 2022/3/29 10:58
*/ */
public function lists() public function lists()
@ -43,7 +43,7 @@ class OfficialAccountReplyController extends BaseAdminController
/** /**
* @notes 添加回复(关注/关键词/默认) * @notes 添加回复(关注/关键词/默认)
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:58 * @date 2022/3/29 10:58
*/ */
public function add() public function add()
@ -59,7 +59,7 @@ class OfficialAccountReplyController extends BaseAdminController
/** /**
* @notes 查看回复详情 * @notes 查看回复详情
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:58 * @date 2022/3/29 10:58
*/ */
public function detail() public function detail()
@ -72,7 +72,7 @@ class OfficialAccountReplyController extends BaseAdminController
/** /**
* @notes 编辑回复(关注/关键词/默认) * @notes 编辑回复(关注/关键词/默认)
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:58 * @date 2022/3/29 10:58
*/ */
public function edit() public function edit()
@ -88,7 +88,7 @@ class OfficialAccountReplyController extends BaseAdminController
/** /**
* @notes 删除回复(关注/关键词/默认) * @notes 删除回复(关注/关键词/默认)
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:59 * @date 2022/3/29 10:59
*/ */
public function delete() public function delete()
@ -101,7 +101,7 @@ class OfficialAccountReplyController extends BaseAdminController
/** /**
* @notes 更新排序 * @notes 更新排序
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:59 * @date 2022/3/29 10:59
*/ */
public function sort() public function sort()
@ -114,7 +114,7 @@ class OfficialAccountReplyController extends BaseAdminController
/** /**
* @notes 更新状态 * @notes 更新状态
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:59 * @date 2022/3/29 10:59
*/ */
public function status() public function status()
@ -128,7 +128,7 @@ class OfficialAccountReplyController extends BaseAdminController
/** /**
* @notes 微信公众号回调 * @notes 微信公众号回调
* @throws \ReflectionException * @throws \ReflectionException
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:59 * @date 2022/3/29 10:59
*/ */
public function index() public function index()

View File

@ -28,7 +28,7 @@ class OpenSettingController extends BaseAdminController
/** /**
* @notes 获取微信开放平台设置 * @notes 获取微信开放平台设置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 11:03 * @date 2022/3/29 11:03
*/ */
public function getConfig() public function getConfig()
@ -40,7 +40,7 @@ class OpenSettingController extends BaseAdminController
/** /**
* @notes 微信开放平台设置 * @notes 微信开放平台设置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 11:03 * @date 2022/3/29 11:03
*/ */
public function setConfig() public function setConfig()

View File

@ -28,7 +28,7 @@ class WebPageSettingController extends BaseAdminController
/** /**
* @notes 获取H5设置 * @notes 获取H5设置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:36 * @date 2022/3/29 10:36
*/ */
public function getConfig() public function getConfig()
@ -40,7 +40,7 @@ class WebPageSettingController extends BaseAdminController
/** /**
* @notes H5设置 * @notes H5设置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:36 * @date 2022/3/29 10:36
*/ */
public function setConfig() public function setConfig()

View File

@ -28,7 +28,7 @@ class CrontabController extends BaseAdminController
{ {
/** /**
* @notes 定时任务列表 * @notes 定时任务列表
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:27 * @date 2022/3/29 14:27
*/ */
public function lists() public function lists()
@ -39,7 +39,7 @@ class CrontabController extends BaseAdminController
/** /**
* @notes 添加定时任务 * @notes 添加定时任务
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:27 * @date 2022/3/29 14:27
*/ */
public function add() public function add()
@ -55,7 +55,7 @@ class CrontabController extends BaseAdminController
/** /**
* @notes 查看定时任务详情 * @notes 查看定时任务详情
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:27 * @date 2022/3/29 14:27
*/ */
public function detail() public function detail()
@ -68,7 +68,7 @@ class CrontabController extends BaseAdminController
/** /**
* @notes 编辑定时任务 * @notes 编辑定时任务
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:27 * @date 2022/3/29 14:27
*/ */
public function edit() public function edit()
@ -84,7 +84,7 @@ class CrontabController extends BaseAdminController
/** /**
* @notes 删除定时任务 * @notes 删除定时任务
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:27 * @date 2022/3/29 14:27
*/ */
public function delete() public function delete()
@ -100,7 +100,7 @@ class CrontabController extends BaseAdminController
/** /**
* @notes 操作定时任务 * @notes 操作定时任务
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:28 * @date 2022/3/29 14:28
*/ */
public function operate() public function operate()
@ -116,7 +116,7 @@ class CrontabController extends BaseAdminController
/** /**
* @notes 获取规则执行时间 * @notes 获取规则执行时间
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:28 * @date 2022/3/29 14:28
*/ */
public function expression() public function expression()

View File

@ -28,7 +28,7 @@ class DeptController extends BaseAdminController
/** /**
* @notes 部门列表 * @notes 部门列表
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:07 * @date 2022/5/25 18:07
*/ */
public function lists() public function lists()
@ -44,7 +44,7 @@ class DeptController extends BaseAdminController
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author 段誉 * @author 乔峰
* @date 2022/5/26 18:36 * @date 2022/5/26 18:36
*/ */
public function leaderDept() public function leaderDept()
@ -56,7 +56,7 @@ class DeptController extends BaseAdminController
/** /**
* @notes 添加部门 * @notes 添加部门
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:40 * @date 2022/5/25 18:40
*/ */
public function add() public function add()
@ -69,7 +69,7 @@ class DeptController extends BaseAdminController
/** /**
* @notes 编辑部门 * @notes 编辑部门
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:41 * @date 2022/5/25 18:41
*/ */
public function edit() public function edit()
@ -85,7 +85,7 @@ class DeptController extends BaseAdminController
/** /**
* @notes 删除部门 * @notes 删除部门
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:41 * @date 2022/5/25 18:41
*/ */
public function delete() public function delete()
@ -98,7 +98,7 @@ class DeptController extends BaseAdminController
/** /**
* @notes 获取部门详情 * @notes 获取部门详情
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:41 * @date 2022/5/25 18:41
*/ */
public function detail() public function detail()
@ -114,7 +114,7 @@ class DeptController extends BaseAdminController
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author 段誉 * @author 乔峰
* @date 2022/10/13 10:28 * @date 2022/10/13 10:28
*/ */
public function all() public function all()

View File

@ -30,7 +30,7 @@ class JobsController extends BaseAdminController
/** /**
* @notes 岗位列表 * @notes 岗位列表
* @author 段誉 * @author 乔峰
* @date 2022/5/26 10:00 * @date 2022/5/26 10:00
*/ */
public function lists() public function lists()
@ -41,7 +41,7 @@ class JobsController extends BaseAdminController
/** /**
* @notes 添加岗位 * @notes 添加岗位
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:40 * @date 2022/5/25 18:40
*/ */
public function add() public function add()
@ -54,7 +54,7 @@ class JobsController extends BaseAdminController
/** /**
* @notes 编辑岗位 * @notes 编辑岗位
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:41 * @date 2022/5/25 18:41
*/ */
public function edit() public function edit()
@ -70,7 +70,7 @@ class JobsController extends BaseAdminController
/** /**
* @notes 删除岗位 * @notes 删除岗位
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:41 * @date 2022/5/25 18:41
*/ */
public function delete() public function delete()
@ -83,7 +83,7 @@ class JobsController extends BaseAdminController
/** /**
* @notes 获取岗位详情 * @notes 获取岗位详情
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:41 * @date 2022/5/25 18:41
*/ */
public function detail() public function detail()
@ -99,7 +99,7 @@ class JobsController extends BaseAdminController
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author 段誉 * @author 乔峰
* @date 2022/10/13 10:31 * @date 2022/10/13 10:31
*/ */
public function all() public function all()

View File

@ -28,7 +28,7 @@ class NoticeController extends BaseAdminController
{ {
/** /**
* @notes 查看通知设置列表 * @notes 查看通知设置列表
* @author 段誉 * @author 乔峰
* @date 2022/3/29 11:18 * @date 2022/3/29 11:18
*/ */
public function settingLists() public function settingLists()
@ -39,7 +39,7 @@ class NoticeController extends BaseAdminController
/** /**
* @notes 查看通知设置详情 * @notes 查看通知设置详情
* @author 段誉 * @author 乔峰
* @date 2022/3/29 11:18 * @date 2022/3/29 11:18
*/ */
public function detail() public function detail()
@ -52,7 +52,7 @@ class NoticeController extends BaseAdminController
/** /**
* @notes 通知设置 * @notes 通知设置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 11:18 * @date 2022/3/29 11:18
*/ */
public function set() public function set()

View File

@ -28,7 +28,7 @@ class SmsConfigController extends BaseAdminController
/** /**
* @notes 获取短信配置 * @notes 获取短信配置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 11:36 * @date 2022/3/29 11:36
*/ */
public function getConfig() public function getConfig()
@ -40,7 +40,7 @@ class SmsConfigController extends BaseAdminController
/** /**
* @notes 短信配置 * @notes 短信配置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 11:36 * @date 2022/3/29 11:36
*/ */
public function setConfig() public function setConfig()
@ -53,7 +53,7 @@ class SmsConfigController extends BaseAdminController
/** /**
* @notes 查看短信配置详情 * @notes 查看短信配置详情
* @author 段誉 * @author 乔峰
* @date 2022/3/29 11:36 * @date 2022/3/29 11:36
*/ */
public function detail() public function detail()

View File

@ -27,7 +27,7 @@ class HotSearchController extends BaseAdminController
/** /**
* @notes 获取热门搜索 * @notes 获取热门搜索
* @author 段誉 * @author 乔峰
* @date 2022/9/5 19:00 * @date 2022/9/5 19:00
*/ */
public function getConfig() public function getConfig()
@ -39,7 +39,7 @@ class HotSearchController extends BaseAdminController
/** /**
* @notes 设置热门搜索 * @notes 设置热门搜索
* @author 段誉 * @author 乔峰
* @date 2022/9/5 19:00 * @date 2022/9/5 19:00
*/ */
public function setConfig() public function setConfig()

View File

@ -12,7 +12,7 @@ class StorageController extends BaseAdminController
{ {
/** /**
* @notes 获取存储引擎列表 * @notes 获取存储引擎列表
* @author 段誉 * @author 乔峰
* @date 2022/4/20 16:13 * @date 2022/4/20 16:13
*/ */
public function lists() public function lists()
@ -23,7 +23,7 @@ class StorageController extends BaseAdminController
/** /**
* @notes 存储配置信息 * @notes 存储配置信息
* @author 段誉 * @author 乔峰
* @date 2022/4/20 16:19 * @date 2022/4/20 16:19
*/ */
public function detail() public function detail()
@ -35,7 +35,7 @@ class StorageController extends BaseAdminController
/** /**
* @notes 设置存储参数 * @notes 设置存储参数
* @author 段誉 * @author 乔峰
* @date 2022/4/20 16:19 * @date 2022/4/20 16:19
*/ */
public function setup() public function setup()
@ -51,7 +51,7 @@ class StorageController extends BaseAdminController
/** /**
* @notes 切换存储引擎 * @notes 切换存储引擎
* @author 段誉 * @author 乔峰
* @date 2022/4/20 16:19 * @date 2022/4/20 16:19
*/ */
public function change() public function change()

View File

@ -30,7 +30,7 @@ class DictDataController extends BaseAdminController
/** /**
* @notes 获取字典数据列表 * @notes 获取字典数据列表
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:35 * @date 2022/6/20 16:35
*/ */
public function lists() public function lists()
@ -41,7 +41,7 @@ class DictDataController extends BaseAdminController
/** /**
* @notes 添加字典数据 * @notes 添加字典数据
* @author 段誉 * @author 乔峰
* @date 2022/6/20 17:13 * @date 2022/6/20 17:13
*/ */
public function add() public function add()
@ -54,7 +54,7 @@ class DictDataController extends BaseAdminController
/** /**
* @notes 编辑字典数据 * @notes 编辑字典数据
* @author 段誉 * @author 乔峰
* @date 2022/6/20 17:13 * @date 2022/6/20 17:13
*/ */
public function edit() public function edit()
@ -67,7 +67,7 @@ class DictDataController extends BaseAdminController
/** /**
* @notes 删除字典数据 * @notes 删除字典数据
* @author 段誉 * @author 乔峰
* @date 2022/6/20 17:13 * @date 2022/6/20 17:13
*/ */
public function delete() public function delete()
@ -80,7 +80,7 @@ class DictDataController extends BaseAdminController
/** /**
* @notes 获取字典详情 * @notes 获取字典详情
* @author 段誉 * @author 乔峰
* @date 2022/6/20 17:14 * @date 2022/6/20 17:14
*/ */
public function detail() public function detail()

View File

@ -31,7 +31,7 @@ class DictTypeController extends BaseAdminController
/** /**
* @notes 获取字典类型列表 * @notes 获取字典类型列表
* @author 段誉 * @author 乔峰
* @date 2022/6/20 15:50 * @date 2022/6/20 15:50
*/ */
public function lists() public function lists()
@ -42,7 +42,7 @@ class DictTypeController extends BaseAdminController
/** /**
* @notes 添加字典类型 * @notes 添加字典类型
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:24 * @date 2022/6/20 16:24
*/ */
public function add() public function add()
@ -55,7 +55,7 @@ class DictTypeController extends BaseAdminController
/** /**
* @notes 编辑字典类型 * @notes 编辑字典类型
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:25 * @date 2022/6/20 16:25
*/ */
public function edit() public function edit()
@ -68,7 +68,7 @@ class DictTypeController extends BaseAdminController
/** /**
* @notes 删除字典类型 * @notes 删除字典类型
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:25 * @date 2022/6/20 16:25
*/ */
public function delete() public function delete()
@ -81,7 +81,7 @@ class DictTypeController extends BaseAdminController
/** /**
* @notes 获取字典详情 * @notes 获取字典详情
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:25 * @date 2022/6/20 16:25
*/ */
public function detail() public function detail()
@ -97,7 +97,7 @@ class DictTypeController extends BaseAdminController
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author 段誉 * @author 乔峰
* @date 2022/10/13 10:46 * @date 2022/10/13 10:46
*/ */
public function all() public function all()

View File

@ -27,7 +27,7 @@ class CacheController extends BaseAdminController
/** /**
* @notes 清除系统缓存 * @notes 清除系统缓存
* @author 段誉 * @author 乔峰
* @date 2022/4/8 16:34 * @date 2022/4/8 16:34
*/ */
public function clear() public function clear()

View File

@ -28,7 +28,7 @@ class SystemController extends BaseAdminController
/** /**
* @notes 获取系统环境信息 * @notes 获取系统环境信息
* @author 段誉 * @author 乔峰
* @date 2021/12/28 18:36 * @date 2021/12/28 18:36
*/ */
public function info() public function info()

View File

@ -30,7 +30,7 @@ class UserController extends BaseAdminController
/** /**
* @notes 获取用户设置 * @notes 获取用户设置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:08 * @date 2022/3/29 10:08
*/ */
public function getConfig() public function getConfig()
@ -42,7 +42,7 @@ class UserController extends BaseAdminController
/** /**
* @notes 设置用户设置 * @notes 设置用户设置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:08 * @date 2022/3/29 10:08
*/ */
public function setConfig() public function setConfig()
@ -55,7 +55,7 @@ class UserController extends BaseAdminController
/** /**
* @notes 获取注册配置 * @notes 获取注册配置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:08 * @date 2022/3/29 10:08
*/ */
public function getRegisterConfig() public function getRegisterConfig()
@ -67,7 +67,7 @@ class UserController extends BaseAdminController
/** /**
* @notes 设置注册配置 * @notes 设置注册配置
* @author 段誉 * @author 乔峰
* @date 2022/3/29 10:08 * @date 2022/3/29 10:08
*/ */
public function setRegisterConfig() public function setRegisterConfig()

View File

@ -28,7 +28,7 @@ class WebSettingController extends BaseAdminController
/** /**
* @notes 获取网站信息 * @notes 获取网站信息
* @author 段誉 * @author 乔峰
* @date 2021/12/28 15:44 * @date 2021/12/28 15:44
*/ */
public function getWebsite() public function getWebsite()
@ -40,7 +40,7 @@ class WebSettingController extends BaseAdminController
/** /**
* @notes 设置网站信息 * @notes 设置网站信息
* @author 段誉 * @author 乔峰
* @date 2021/12/28 15:45 * @date 2021/12/28 15:45
*/ */
public function setWebsite() public function setWebsite()
@ -54,7 +54,7 @@ class WebSettingController extends BaseAdminController
/** /**
* @notes 获取备案信息 * @notes 获取备案信息
* @author 段誉 * @author 乔峰
* @date 2021/12/28 16:10 * @date 2021/12/28 16:10
*/ */
public function getCopyright() public function getCopyright()
@ -66,7 +66,7 @@ class WebSettingController extends BaseAdminController
/** /**
* @notes 设置备案信息 * @notes 设置备案信息
* @author 段誉 * @author 乔峰
* @date 2021/12/28 16:10 * @date 2021/12/28 16:10
*/ */
public function setCopyright() public function setCopyright()

View File

@ -13,7 +13,7 @@ class UserController extends BaseAdminController
{ {
/** /**
* @notes 用户列表 * @notes 用户列表
* @author 段誉 * @author 乔峰
* @date 2022//22 16:16 * @date 2022//22 16:16
*/ */
public function lists() public function lists()
@ -24,7 +24,7 @@ class UserController extends BaseAdminController
/** /**
* @notes 获取用户详情 * @notes 获取用户详情
* @author 段誉 * @author 乔峰
* @date 2022/9/22 16:34 * @date 2022/9/22 16:34
*/ */
public function detail() public function detail()
@ -37,7 +37,7 @@ class UserController extends BaseAdminController
/** /**
* @notes 编辑用户信息 * @notes 编辑用户信息
* @author 段誉 * @author 乔峰
* @date 2022/9/22 16:34 * @date 2022/9/22 16:34
*/ */
public function edit() public function edit()

View File

@ -29,7 +29,7 @@ class OfficialAccountReplyLists extends BaseAdminDataLists implements ListsSearc
/** /**
* @notes 设置搜索 * @notes 设置搜索
* @return \string[][] * @return \string[][]
* @author 段誉 * @author 乔峰
* @date 2022/3/30 15:02 * @date 2022/3/30 15:02
*/ */
public function setSearch(): array public function setSearch(): array
@ -46,7 +46,7 @@ class OfficialAccountReplyLists extends BaseAdminDataLists implements ListsSearc
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author 段誉 * @author 乔峰
* @date 2022/3/30 15:02 * @date 2022/3/30 15:02
*/ */
public function lists(): array public function lists(): array
@ -68,7 +68,7 @@ class OfficialAccountReplyLists extends BaseAdminDataLists implements ListsSearc
/** /**
* @notes 回复记录数 * @notes 回复记录数
* @return int * @return int
* @author 段誉 * @author 乔峰
* @date 2022/3/30 15:02 * @date 2022/3/30 15:02
*/ */
public function count(): int public function count(): int

View File

@ -30,7 +30,7 @@ class CrontabLists extends BaseAdminDataLists
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:30 * @date 2022/3/29 14:30
*/ */
public function lists(): array public function lists(): array
@ -51,7 +51,7 @@ class CrontabLists extends BaseAdminDataLists
/** /**
* @notes 定时任务数量 * @notes 定时任务数量
* @return int * @return int
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:38 * @date 2022/3/29 14:38
*/ */
public function count(): int public function count(): int

View File

@ -30,7 +30,7 @@ class JobsLists extends BaseAdminDataLists implements ListsSearchInterface,Lists
/** /**
* @notes 设置搜索条件 * @notes 设置搜索条件
* @return \string[][] * @return \string[][]
* @author 段誉 * @author 乔峰
* @date 2022/5/26 9:46 * @date 2022/5/26 9:46
*/ */
public function setSearch(): array public function setSearch(): array
@ -64,7 +64,7 @@ class JobsLists extends BaseAdminDataLists implements ListsSearchInterface,Lists
/** /**
* @notes 获取数量 * @notes 获取数量
* @return int * @return int
* @author 段誉 * @author 乔峰
* @date 2022/5/26 9:48 * @date 2022/5/26 9:48
*/ */
public function count(): int public function count(): int
@ -76,7 +76,7 @@ class JobsLists extends BaseAdminDataLists implements ListsSearchInterface,Lists
/** /**
* @notes 导出文件名 * @notes 导出文件名
* @return string * @return string
* @author 段誉 * @author 乔峰
* @date 2022/11/24 16:17 * @date 2022/11/24 16:17
*/ */
public function setFileName(): string public function setFileName(): string
@ -88,7 +88,7 @@ class JobsLists extends BaseAdminDataLists implements ListsSearchInterface,Lists
/** /**
* @notes 导出字段 * @notes 导出字段
* @return string[] * @return string[]
* @author 段誉 * @author 乔峰
* @date 2022/11/24 16:17 * @date 2022/11/24 16:17
*/ */
public function setExcelFields(): array public function setExcelFields(): array

View File

@ -14,7 +14,7 @@ class FileCateLists extends BaseAdminDataLists implements ListsSearchInterface
/** /**
* @notes 文件分类搜素条件 * @notes 文件分类搜素条件
* @return \string[][] * @return \string[][]
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:24 * @date 2021/12/29 14:24
*/ */
public function setSearch(): array public function setSearch(): array
@ -31,7 +31,7 @@ class FileCateLists extends BaseAdminDataLists implements ListsSearchInterface
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:24 * @date 2021/12/29 14:24
*/ */
public function lists(): array public function lists(): array
@ -47,7 +47,7 @@ class FileCateLists extends BaseAdminDataLists implements ListsSearchInterface
/** /**
* @notes 获取文件分类数量 * @notes 获取文件分类数量
* @return int * @return int
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:24 * @date 2021/12/29 14:24
*/ */
public function count(): int public function count(): int

View File

@ -15,7 +15,7 @@ class FileLists extends BaseAdminDataLists implements ListsSearchInterface
/** /**
* @notes 文件搜索条件 * @notes 文件搜索条件
* @return \string[][] * @return \string[][]
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:27 * @date 2021/12/29 14:27
*/ */
public function setSearch(): array public function setSearch(): array
@ -33,7 +33,7 @@ class FileLists extends BaseAdminDataLists implements ListsSearchInterface
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:27 * @date 2021/12/29 14:27
*/ */
public function lists(): array public function lists(): array
@ -58,7 +58,7 @@ class FileLists extends BaseAdminDataLists implements ListsSearchInterface
/** /**
* @notes 获取文件数量 * @notes 获取文件数量
* @return int * @return int
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:29 * @date 2021/12/29 14:29
*/ */
public function count(): int public function count(): int

View File

@ -30,7 +30,7 @@ class DictDataLists extends BaseAdminDataLists implements ListsSearchInterface
/** /**
* @notes 设置搜索条件 * @notes 设置搜索条件
* @return \string[][] * @return \string[][]
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:29 * @date 2022/6/20 16:29
*/ */
public function setSearch(): array public function setSearch(): array
@ -48,7 +48,7 @@ class DictDataLists extends BaseAdminDataLists implements ListsSearchInterface
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:35 * @date 2022/6/20 16:35
*/ */
public function lists(): array public function lists(): array
@ -65,7 +65,7 @@ class DictDataLists extends BaseAdminDataLists implements ListsSearchInterface
/** /**
* @notes 获取数量 * @notes 获取数量
* @return int * @return int
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:35 * @date 2022/6/20 16:35
*/ */
public function count(): int public function count(): int

View File

@ -30,7 +30,7 @@ class DictTypeLists extends BaseAdminDataLists implements ListsSearchInterface
/** /**
* @notes 设置搜索条件 * @notes 设置搜索条件
* @return \string[][] * @return \string[][]
* @author 段誉 * @author 乔峰
* @date 2022/6/20 15:53 * @date 2022/6/20 15:53
*/ */
public function setSearch(): array public function setSearch(): array
@ -48,7 +48,7 @@ class DictTypeLists extends BaseAdminDataLists implements ListsSearchInterface
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author 段誉 * @author 乔峰
* @date 2022/6/20 15:54 * @date 2022/6/20 15:54
*/ */
public function lists(): array public function lists(): array
@ -65,7 +65,7 @@ class DictTypeLists extends BaseAdminDataLists implements ListsSearchInterface
/** /**
* @notes 获取数量 * @notes 获取数量
* @return int * @return int
* @author 段誉 * @author 乔峰
* @date 2022/6/20 15:54 * @date 2022/6/20 15:54
*/ */
public function count(): int public function count(): int

View File

@ -31,7 +31,7 @@ class FileValidate extends BaseValidate
/** /**
* @notes id验证场景 * @notes id验证场景
* @return \app\admin\validate\FileValidate * @return \app\admin\validate\FileValidate
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:32 * @date 2021/12/29 14:32
*/ */
public function sceneId() public function sceneId()
@ -43,7 +43,7 @@ class FileValidate extends BaseValidate
/** /**
* @notes 重命名文件场景 * @notes 重命名文件场景
* @return FileValidate * @return FileValidate
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:32 * @date 2021/12/29 14:32
*/ */
public function sceneRename() public function sceneRename()
@ -55,7 +55,7 @@ class FileValidate extends BaseValidate
/** /**
* @notes 新增分类场景 * @notes 新增分类场景
* @return FileValidate * @return FileValidate
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:33 * @date 2021/12/29 14:33
*/ */
public function sceneAddCate() public function sceneAddCate()
@ -67,7 +67,7 @@ class FileValidate extends BaseValidate
/** /**
* @notes 编辑分类场景 * @notes 编辑分类场景
* @return FileValidate * @return FileValidate
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:33 * @date 2021/12/29 14:33
*/ */
public function sceneEditCate() public function sceneEditCate()
@ -79,7 +79,7 @@ class FileValidate extends BaseValidate
/** /**
* @notes 移动场景 * @notes 移动场景
* @return FileValidate * @return FileValidate
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:33 * @date 2021/12/29 14:33
*/ */
public function sceneMove() public function sceneMove()
@ -91,7 +91,7 @@ class FileValidate extends BaseValidate
/** /**
* @notes 删除场景 * @notes 删除场景
* @return FileValidate * @return FileValidate
* @author 段誉 * @author 乔峰
* @date 2021/12/29 14:35 * @date 2021/12/29 14:35
*/ */
public function sceneDelete() public function sceneDelete()

View File

@ -50,7 +50,7 @@ class CrontabValidate extends BaseValidate
/** /**
* @notes 添加定时任务场景 * @notes 添加定时任务场景
* @return CrontabValidate * @return CrontabValidate
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:39 * @date 2022/3/29 14:39
*/ */
public function sceneAdd() public function sceneAdd()
@ -62,7 +62,7 @@ class CrontabValidate extends BaseValidate
/** /**
* @notes 查看定时任务详情场景 * @notes 查看定时任务详情场景
* @return CrontabValidate * @return CrontabValidate
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:39 * @date 2022/3/29 14:39
*/ */
public function sceneDetail() public function sceneDetail()
@ -74,7 +74,7 @@ class CrontabValidate extends BaseValidate
/** /**
* @notes 编辑定时任务 * @notes 编辑定时任务
* @return CrontabValidate * @return CrontabValidate
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:39 * @date 2022/3/29 14:39
*/ */
public function sceneEdit() public function sceneEdit()
@ -86,7 +86,7 @@ class CrontabValidate extends BaseValidate
/** /**
* @notes 删除定时任务场景 * @notes 删除定时任务场景
* @return CrontabValidate * @return CrontabValidate
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:40 * @date 2022/3/29 14:40
*/ */
public function sceneDelete() public function sceneDelete()
@ -98,7 +98,7 @@ class CrontabValidate extends BaseValidate
/** /**
* @notes CrontabValidate * @notes CrontabValidate
* @return CrontabValidate * @return CrontabValidate
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:40 * @date 2022/3/29 14:40
*/ */
public function sceneOperate() public function sceneOperate()
@ -110,7 +110,7 @@ class CrontabValidate extends BaseValidate
/** /**
* @notes 获取规则执行时间场景 * @notes 获取规则执行时间场景
* @return CrontabValidate * @return CrontabValidate
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:40 * @date 2022/3/29 14:40
*/ */
public function sceneExpression() public function sceneExpression()
@ -125,7 +125,7 @@ class CrontabValidate extends BaseValidate
* @param $rule * @param $rule
* @param $data * @param $data
* @return bool|string * @return bool|string
* @author 段誉 * @author 乔峰
* @date 2022/3/29 14:40 * @date 2022/3/29 14:40
*/ */
public function checkExpression($value, $rule, $data) public function checkExpression($value, $rule, $data)

View File

@ -51,7 +51,7 @@ class DeptValidate extends BaseValidate
/** /**
* @notes 添加场景 * @notes 添加场景
* @return DeptValidate * @return DeptValidate
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:16 * @date 2022/5/25 18:16
*/ */
public function sceneAdd() public function sceneAdd()
@ -63,7 +63,7 @@ class DeptValidate extends BaseValidate
/** /**
* @notes 详情场景 * @notes 详情场景
* @return DeptValidate * @return DeptValidate
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:16 * @date 2022/5/25 18:16
*/ */
public function sceneDetail() public function sceneDetail()
@ -75,7 +75,7 @@ class DeptValidate extends BaseValidate
/** /**
* @notes 编辑场景 * @notes 编辑场景
* @return DeptValidate * @return DeptValidate
* @author 段誉 * @author 乔峰
* @date 2022/5/26 18:42 * @date 2022/5/26 18:42
*/ */
public function sceneEdit() public function sceneEdit()
@ -87,7 +87,7 @@ class DeptValidate extends BaseValidate
/** /**
* @notes 删除场景 * @notes 删除场景
* @return DeptValidate * @return DeptValidate
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:16 * @date 2022/5/25 18:16
*/ */
public function sceneDelete() public function sceneDelete()
@ -100,7 +100,7 @@ class DeptValidate extends BaseValidate
* @notes 校验部门 * @notes 校验部门
* @param $value * @param $value
* @return bool|string * @return bool|string
* @author 段誉 * @author 乔峰
* @date 2022/5/25 18:17 * @date 2022/5/25 18:17
*/ */
public function checkDept($value) public function checkDept($value)
@ -117,7 +117,7 @@ class DeptValidate extends BaseValidate
* @notes 校验能否删除 * @notes 校验能否删除
* @param $value * @param $value
* @return bool|string * @return bool|string
* @author 段誉 * @author 乔峰
* @date 2022/5/26 14:22 * @date 2022/5/26 14:22
*/ */
public function checkAbleDetele($value) public function checkAbleDetele($value)
@ -146,7 +146,7 @@ class DeptValidate extends BaseValidate
* @param $rule * @param $rule
* @param array $data * @param array $data
* @return bool|string * @return bool|string
* @author 段誉 * @author 乔峰
* @date 2022/5/26 18:41 * @date 2022/5/26 18:41
*/ */
public function checkPid($value, $rule, $data = []) public function checkPid($value, $rule, $data = [])

View File

@ -53,7 +53,7 @@ class JobsValidate extends BaseValidate
/** /**
* @notes 添加场景 * @notes 添加场景
* @return JobsValidate * @return JobsValidate
* @author 段誉 * @author 乔峰
* @date 2022/5/26 9:53 * @date 2022/5/26 9:53
*/ */
public function sceneAdd() public function sceneAdd()
@ -65,7 +65,7 @@ class JobsValidate extends BaseValidate
/** /**
* @notes 详情场景 * @notes 详情场景
* @return JobsValidate * @return JobsValidate
* @author 段誉 * @author 乔峰
* @date 2022/5/26 9:53 * @date 2022/5/26 9:53
*/ */
public function sceneDetail() public function sceneDetail()
@ -82,7 +82,7 @@ class JobsValidate extends BaseValidate
/** /**
* @notes 删除场景 * @notes 删除场景
* @return JobsValidate * @return JobsValidate
* @author 段誉 * @author 乔峰
* @date 2022/5/26 9:54 * @date 2022/5/26 9:54
*/ */
public function sceneDelete() public function sceneDelete()
@ -95,7 +95,7 @@ class JobsValidate extends BaseValidate
* @notes 校验岗位 * @notes 校验岗位
* @param $value * @param $value
* @return bool|string * @return bool|string
* @author 段誉 * @author 乔峰
* @date 2022/5/26 9:55 * @date 2022/5/26 9:55
*/ */
public function checkJobs($value) public function checkJobs($value)
@ -112,7 +112,7 @@ class JobsValidate extends BaseValidate
* @notes 校验能否删除 * @notes 校验能否删除
* @param $value * @param $value
* @return bool|string * @return bool|string
* @author 段誉 * @author 乔峰
* @date 2022/5/26 14:22 * @date 2022/5/26 14:22
*/ */
public function checkAbleDetele($value) public function checkAbleDetele($value)

View File

@ -50,7 +50,7 @@ class DictDataValidate extends BaseValidate
/** /**
* @notes 添加场景 * @notes 添加场景
* @return DictDataValidate * @return DictDataValidate
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:54 * @date 2022/6/20 16:54
*/ */
public function sceneAdd() public function sceneAdd()
@ -62,7 +62,7 @@ class DictDataValidate extends BaseValidate
/** /**
* @notes ID场景 * @notes ID场景
* @return DictDataValidate * @return DictDataValidate
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:54 * @date 2022/6/20 16:54
*/ */
public function sceneId() public function sceneId()
@ -74,7 +74,7 @@ class DictDataValidate extends BaseValidate
/** /**
* @notes 编辑场景 * @notes 编辑场景
* @return DictDataValidate * @return DictDataValidate
* @author 段誉 * @author 乔峰
* @date 2022/6/20 18:36 * @date 2022/6/20 18:36
*/ */
public function sceneEdit() public function sceneEdit()
@ -87,7 +87,7 @@ class DictDataValidate extends BaseValidate
* @notes 校验字典数据 * @notes 校验字典数据
* @param $value * @param $value
* @return bool|string * @return bool|string
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:55 * @date 2022/6/20 16:55
*/ */
protected function checkDictData($value) protected function checkDictData($value)
@ -104,7 +104,7 @@ class DictDataValidate extends BaseValidate
* @notes 校验字典类型 * @notes 校验字典类型
* @param $value * @param $value
* @return bool|string * @return bool|string
* @author 段誉 * @author 乔峰
* @date 2022/6/20 17:03 * @date 2022/6/20 17:03
*/ */
protected function checkDictType($value) protected function checkDictType($value)

View File

@ -50,7 +50,7 @@ class DictTypeValidate extends BaseValidate
/** /**
* @notes 添加场景 * @notes 添加场景
* @return DictTypeValidate * @return DictTypeValidate
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:00 * @date 2022/6/20 16:00
*/ */
public function sceneAdd() public function sceneAdd()
@ -62,7 +62,7 @@ class DictTypeValidate extends BaseValidate
/** /**
* @notes 详情场景 * @notes 详情场景
* @return DictTypeValidate * @return DictTypeValidate
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:00 * @date 2022/6/20 16:00
*/ */
public function sceneDetail() public function sceneDetail()
@ -79,7 +79,7 @@ class DictTypeValidate extends BaseValidate
/** /**
* @notes 删除场景 * @notes 删除场景
* @return DictTypeValidate * @return DictTypeValidate
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:03 * @date 2022/6/20 16:03
*/ */
public function sceneDelete() public function sceneDelete()
@ -94,7 +94,7 @@ class DictTypeValidate extends BaseValidate
* @notes 检查字典类型是否存在 * @notes 检查字典类型是否存在
* @param $value * @param $value
* @return bool|string * @return bool|string
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:04 * @date 2022/6/20 16:04
*/ */
protected function checkDictType($value) protected function checkDictType($value)
@ -112,7 +112,7 @@ class DictTypeValidate extends BaseValidate
* @notes 验证是否可删除 * @notes 验证是否可删除
* @param $value * @param $value
* @return bool|string * @return bool|string
* @author 段誉 * @author 乔峰
* @date 2022/6/20 16:04 * @date 2022/6/20 16:04
*/ */
protected function checkAbleDelete($value) protected function checkAbleDelete($value)

View File

@ -18,7 +18,7 @@ class StorageValidate extends BaseValidate
/** /**
* @notes 设置存储引擎参数场景 * @notes 设置存储引擎参数场景
* @return \app\admin\validate\setting\StorageValidate * @return \app\admin\validate\setting\StorageValidate
* @author 段誉 * @author 乔峰
* @date 2022/4/20 16:18 * @date 2022/4/20 16:18
*/ */
public function sceneSetup() public function sceneSetup()
@ -30,7 +30,7 @@ class StorageValidate extends BaseValidate
/** /**
* @notes 获取配置参数信息场景 * @notes 获取配置参数信息场景
* @return StorageValidate * @return StorageValidate
* @author 段誉 * @author 乔峰
* @date 2022/4/20 16:18 * @date 2022/4/20 16:18
*/ */
public function sceneDetail() public function sceneDetail()
@ -42,7 +42,7 @@ class StorageValidate extends BaseValidate
/** /**
* @notes 切换存储引擎场景 * @notes 切换存储引擎场景
* @return StorageValidate * @return StorageValidate
* @author 段誉 * @author 乔峰
* @date 2022/4/20 16:18 * @date 2022/4/20 16:18
*/ */
public function sceneChange() public function sceneChange()

View File

@ -25,7 +25,7 @@ class UserValidate extends BaseValidate
/** /**
* @notes 详情场景 * @notes 详情场景
* @return \app\admin\validate\user\UserValidate * @return \app\admin\validate\user\UserValidate
* @author 段誉 * @author 乔峰
* @date 2022/9/22 16:35 * @date 2022/9/22 16:35
*/ */
public function sceneDetail() public function sceneDetail()
@ -43,7 +43,7 @@ class UserValidate extends BaseValidate
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException
* @author 段誉 * @author 乔峰
* @date 2022/9/22 17:03 * @date 2022/9/22 17:03
*/ */
public function checkUser($value, $rule, $data) public function checkUser($value, $rule, $data)
@ -65,7 +65,7 @@ class UserValidate extends BaseValidate
* @param $rule * @param $rule
* @param $data * @param $data
* @return bool|string * @return bool|string
* @author 段誉 * @author 乔峰
* @date 2022/9/22 16:37 * @date 2022/9/22 16:37
*/ */
public function checkField($value, $rule, $data) public function checkField($value, $rule, $data)

View File

@ -35,7 +35,7 @@ class Crontab extends BaseModel
* @notes 类型获取器 * @notes 类型获取器
* @param $value * @param $value
* @return string * @return string
* @author 段誉 * @author 乔峰
* @date 2022/3/29 12:05 * @date 2022/3/29 12:05
*/ */
public function getTypeDescAttr($value) public function getTypeDescAttr($value)
@ -52,7 +52,7 @@ class Crontab extends BaseModel
* @notes 状态获取器 * @notes 状态获取器
* @param $value * @param $value
* @return string * @return string
* @author 段誉 * @author 乔峰
* @date 2022/3/29 12:06 * @date 2022/3/29 12:06
*/ */
public function getStatusDescAttr($value) public function getStatusDescAttr($value)
@ -70,7 +70,7 @@ class Crontab extends BaseModel
* @notes 最后执行时间获取器 * @notes 最后执行时间获取器
* @param $value * @param $value
* @return string * @return string
* @author 段誉 * @author 乔峰
* @date 2022/3/29 12:06 * @date 2022/3/29 12:06
*/ */
public function getLastTimeAttr($value) public function getLastTimeAttr($value)

View File

@ -67,7 +67,7 @@ class FileService
{ {
$default = ConfigService::get('storage', 'default', 'local'); $default = ConfigService::get('storage', 'default', 'local');
if ($default === 'local') { if ($default === 'local') {
$domain = request()->domain(); $domain = 'http://'.request()->host();
return str_replace($domain.'/', '', $uri); return str_replace($domain.'/', '', $uri);
} else { } else {
$storage = ConfigService::get('storage', $default); $storage = ConfigService::get('storage', $default);

View File

@ -17,7 +17,7 @@ class UploadService
* @param string $saveDir * @param string $saveDir
* @return array * @return array
* @throws Exception * @throws Exception
* @author 段誉 * @author 乔峰
* @date 2021/12/29 16:30 * @date 2021/12/29 16:30
*/ */
public static function image($cid, int $sourceId = 0, int $source = FileEnum::SOURCE_ADMIN, string $saveDir = 'uploads/images') public static function image($cid, int $sourceId = 0, int $source = FileEnum::SOURCE_ADMIN, string $saveDir = 'uploads/images')
@ -87,7 +87,7 @@ class UploadService
* @param string $saveDir * @param string $saveDir
* @return array * @return array
* @throws Exception * @throws Exception
* @author 段誉 * @author 乔峰
* @date 2021/12/29 16:32 * @date 2021/12/29 16:32
*/ */
public static function video($cid, int $sourceId = 0, int $source = FileEnum::SOURCE_ADMIN, string $saveDir = 'uploads/video') public static function video($cid, int $sourceId = 0, int $source = FileEnum::SOURCE_ADMIN, string $saveDir = 'uploads/video')