Pārlūkot izejas kodu

Update OrderController.class.php

xiaosongshu007 5 gadi atpakaļ
vecāks
revīzija
9543379224

+ 2 - 2
Application/Home/Controller/OrderController.class.php

@@ -22,9 +22,9 @@ class OrderController extends CommonController {
         $map['usertoken'] = I('usertoken');
         $map['version'] = I('version');
         $map['mac'] = I('mac');
-        $map['fromsource'] = 4;
+        $map['fromsource'] = 15;
         $prame = http_build_query($map);
-        $url = 'http://10.255.0.55:8082/SPM/Interface/ContentCTCAuth.action?' . $prame;
+        $url = 'http://183.215.118.129:6600/SPM/Interface/ContentCmccAuth.action?' . $prame;
 
         // \Think\Log::record('-------contentCTCAuth url------' . $url, \Think\Log::INFO); //记录参数
         $result = $this->http($url);