|
@@ -77,7 +77,7 @@ class UserService
|
|
'total_fee' => $ins['price'],
|
|
'total_fee' => $ins['price'],
|
|
'payment' => $ins['payment'],
|
|
'payment' => $ins['payment'],
|
|
];
|
|
];
|
|
- throw new Exception(json_encode($pay_param));
|
|
|
|
|
|
+
|
|
return PayService::pay($pay_param);
|
|
return PayService::pay($pay_param);
|
|
}
|
|
}
|
|
|
|
|