up.
This commit is contained in:
parent
61acac75f7
commit
0ac7d5d965
@ -7,7 +7,7 @@ use think\Validate;
|
||||
|
||||
class ClientValidate extends Validate
|
||||
{
|
||||
protected array $rule = [
|
||||
protected $rule = [
|
||||
'name' => ClientEnum::class, // 客户端类型(PAdmin:PC管理端,IAdmin:手机管理端)
|
||||
'uuid' => 'max:64', // 客户端UUID
|
||||
'version' => 'max:10', // 客户端版本号
|
||||
|
||||
Loading…
Reference in New Issue
Block a user