作者 郭盛
1 个管道 的构建 通过 耗费 0 秒

文件下载调试

... ... @@ -496,12 +496,10 @@ class Pay extends Api
// 提交事务
Db::commit();
}
$this->success('SUCCESS','支付成功');
} catch (\Exception $e) {
dump($e->getMessage());
// 回滚事务
Db::rollback();
$this->error(['code'=>2,'msg'=>'开通会员失败']);
}
}
}else{
... ...