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

文件下载调试

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