Quellcode durchsuchen

Update OrderController.class.php

xiaosongshu007 vor 5 Jahren
Ursprung
Commit
9543379224
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      Application/Home/Controller/OrderController.class.php

+ 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);