'require|isPostInt', 'subType' => 'require', 'sch_id' => 'require|isPostInt', 'batch' => 'require|isPostInt' ]; protected $message = [ 'userPro.isPostInt' => 'userPro必须是正整数', 'sch_id.isPostInt' => 'sch_id必须是正整数', 'batch.isPostInt' => 'batch必须是正整数', ]; }