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

权限调试

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