This commit is contained in:
u2nyakim 2025-08-28 14:55:45 +08:00
parent 61acac75f7
commit 0ac7d5d965

View File

@ -7,7 +7,7 @@ use think\Validate;
class ClientValidate extends Validate class ClientValidate extends Validate
{ {
protected array $rule = [ protected $rule = [
'name' => ClientEnum::class, // 客户端类型(PAdmin:PC管理端,IAdmin:手机管理端) 'name' => ClientEnum::class, // 客户端类型(PAdmin:PC管理端,IAdmin:手机管理端)
'uuid' => 'max:64', // 客户端UUID 'uuid' => 'max:64', // 客户端UUID
'version' => 'max:10', // 客户端版本号 'version' => 'max:10', // 客户端版本号