作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

XIAOPAN

... ... @@ -614,7 +614,7 @@ class OrderController extends HomeBaseController{
} catch (\Exception $e) {
// 回滚事务
Db::rollback();
$this->apiResponse(400,'支付失败');
$this->apiResponse(400,'余额支付失败');
}
$this->apiResponse(201, '余额支付成功');
}elseif ($user['fee']<$price){
... ...