作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

权限调试

@@ -66,6 +66,8 @@ class PayView extends Backend @@ -66,6 +66,8 @@ class PayView extends Backend
66 public function pay(){ 66 public function pay(){
67 $order_id = $this->request->param('order_id',0,'intval'); 67 $order_id = $this->request->param('order_id',0,'intval');
68 $data = Db::name('order')->where(['id'=>$order_id])->find(); 68 $data = Db::name('order')->where(['id'=>$order_id])->find();
  69 + dump($data);
  70 + exit();
69 $pay = new Pay(); 71 $pay = new Pay();
70 $code_url = $pay->index($data); 72 $code_url = $pay->index($data);
71 if(empty($code_url)){ 73 if(empty($code_url)){