shish 4 lat temu
rodzic
commit
e9e26ac56e
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      app-ghs/controllers/OrderController.php

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

@@ -104,8 +104,7 @@ class OrderController extends BaseController
             util::fail('没有找到采购单');
         }
         //付款码
-        //$authCode = (string)$get['authCode'] ?? '';
-        $authCode = '135188925086652713';
+        $authCode = (string)$get['authCode'] ?? '';
         if (empty($authCode)) {
             util::fail('支付失败');
         }