0 ) return true; // 返回正确 return false; } /** * Get the validation error message. * * @return string */ public function message() { return trans('validation.check_hex_uid'); } }