diff --git a/Application/Sdk/Controller/PayH5Controller.class.php b/Application/Sdk/Controller/PayH5Controller.class.php index e6657579..fc3d104a 100644 --- a/Application/Sdk/Controller/PayH5Controller.class.php +++ b/Application/Sdk/Controller/PayH5Controller.class.php @@ -138,6 +138,7 @@ class PayH5Controller extends BaseController{ ])->save([ 'pay_url' => $json_data['url'] ]); + $orderno = $request['pay_order_number']; //redirect($json_data['url']); //echo json_encode(['code'=>200,'msg'=>'','data'=>['url'=>$json_data['url'],'wap'=>1]]);