shish 4 лет назад
Родитель
Сommit
19c3e240c9
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/OrderController.php

+ 1 - 0
app-ghs/controllers/OrderController.php

@@ -155,6 +155,7 @@ class OrderController extends BaseController
 
                 $notify = new \NativePay();
                 $result = $notify->GetPayUrl($input, $sjExtend);
+                print_r($result);die;
                 $url = $result["code_url"] ?? '';
                 if (empty($url)) {
                     util::success(['returnStatus' => 'FAILURE'], '二维码生成失败');