[渠道管理]

This commit is contained in:
2026-04-15 10:19:41 +08:00
parent 7b002c9410
commit 8cc28096c4
11 changed files with 595 additions and 343 deletions

View File

@@ -1,31 +0,0 @@
<?php
namespace app\common\validate;
use think\Validate;
class GameChannel extends Validate
{
protected $failException = true;
/**
* 验证规则
*/
protected $rule = [
];
/**
* 提示消息
*/
protected $message = [
];
/**
* 验证场景
*/
protected $scene = [
'add' => [],
'edit' => [],
];
}