Explorar el Código

视频注入结果查询

15954078560 hace 2 años
padre
commit
68bcf9076d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/api/controller/Notify.php

+ 1 - 1
application/api/controller/Notify.php

@@ -737,7 +737,7 @@ class Notify extends Api
 
         $starttime = date('Ymd000000', time());
         $endtime = date('Ymd235959', time());
-        $url = 'http://ip:port/injectResult/v1/queryAdd?cspId' . config('cspid') . '&startTime='.$starttime.'&endTime='.$endtime;
+        $url = 'http://ip:port/injectResult/v1/queryAdd?cspId=' . config('cspid') . '&startTime='.$starttime.'&endTime='.$endtime;
         $rs = httpRequest($url, 'POST', []);
         if (!$rs) {
             echo 'cuo wu1';