|
|
@@ -84,7 +84,7 @@ class GroupActivityController extends BaseApiController
|
|
|
}
|
|
|
//支付流程
|
|
|
$redirectUrl = $params['redirect'] ?? '/pages/payment/payment';
|
|
|
- $result = PaymentLogic::pay($params['pay_way'], 'group', $order, 2, $redirectUrl);
|
|
|
+ $result = PaymentLogic::pay($params['pay_way'], 'group', $order, 1, $redirectUrl);
|
|
|
if (false === $result) {
|
|
|
return $this->fail(PaymentLogic::getError());
|
|
|
}
|