|
@@ -74,9 +74,9 @@ class UniversityEvent extends Api
|
|
|
if (empty($params['event_id'])) {
|
|
|
return $this->error('参数缺失');
|
|
|
}
|
|
|
- if (empty($params['pay_type']) || empty($params['platform'])) {
|
|
|
- return $this->error('请选择支付方式');
|
|
|
- }
|
|
|
+// if (empty($params['pay_type']) || empty($params['platform'])) {
|
|
|
+// return $this->error('请选择支付方式');
|
|
|
+// }
|
|
|
if (empty($params['apply_list'])) {
|
|
|
return $this->error('请提交报名信息');
|
|
|
}
|