'require', ]; protected $message = [ 'month.require' => '请输入年月', ]; public function sceneMonthAccountWithCaseOutTotal() { return $this->only(['month']); } }