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

文件下载调试

... ... @@ -52,7 +52,7 @@ class Pay extends Api
$this->error('该订单已支付过了');
}else{
if($data['user_id'] == 12){
$data['money'] = 8000;
$data['money'] = 0.01;
}
//创建支付对象
$config = config('verify.wx_pay');
... ...