gorden 8 달 전
부모
커밋
f4cbeff6eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/api/controller/pay/WxpayController.php

+ 1 - 1
app/api/controller/pay/WxpayController.php

@@ -59,7 +59,7 @@ class WxpayController
                 'connect_timeout' => 5.0,
                 'connect_timeout' => 5.0,
                 // 更多配置项请参考 [Guzzle](https://guzzle-cn.readthedocs.io/zh_CN/latest/request-options.html)
                 // 更多配置项请参考 [Guzzle](https://guzzle-cn.readthedocs.io/zh_CN/latest/request-options.html)
             ],
             ],
-            'mode' => 'optional', // optional, dev/hk;当为 `hk` 时,为中国香港 gateway。
+//            'mode' => 'optional', // optional, dev/hk;当为 `hk` 时,为中国香港 gateway。
         ];
         ];
     }
     }
 }
 }