'require' ]; protected $message = [ 'amount.require' => '提现金额不能为空', ]; public function sceneWithdrawCash() { return $this->only(['amount']); } }