|
|
@@ -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,
|