shichen месяцев назад: 10
Родитель
Сommit
74bf165c98
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      app/common/repositories/merchant/order/OrderGzcRepository.php

+ 2 - 1
app/common/repositories/merchant/order/OrderGzcRepository.php

@@ -403,7 +403,8 @@ class OrderGzcRepository extends BaseRepository
403 403
         $curl = curl_init();
404 404
 
405 405
         curl_setopt_array($curl, [
406
-            CURLOPT_URL            => "http://pcpc.bjtdba.com/api/third/certification",
406
+            // CURLOPT_URL            => "http://pcpc.bjtdba.com/api/third/certification", // 生产
407
+            CURLOPT_URL            => "https://testpcpc.bjtdba.com/", // 测试
407 408
             CURLOPT_RETURNTRANSFER => true,
408 409
             CURLOPT_ENCODING       => "",
409 410
             CURLOPT_MAXREDIRS      => 10,