'require', ]; /** * 参数描述 * @var string[] */ protected $field = [ 'verify_code' => '验证码', ]; /** * @notes 添加场景 * @return OrderValidate * @author likeadmin * @date 2024/04/24 10:37 */ public function sceneCheck() { return $this->only(['verify_code']); } }