1], ['amount', 'required'], // 注意:这里不要求password字段,因为第三方应用不需要密码验证 ['google_code', 'string', 'size' => 6], ['out_user_id', 'string', 'max' => 50], ['remark', 'string', 'max' => 255], ['callback_data', 'array'], ]; } /** * 默认值 */ public function default(): array { return []; } }