浏览代码

Update OrderController.class.php

xiaosongshu007 4 年之前
父节点
当前提交
1a457c11e0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Application/Home/Controller/OrderController.class.php

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

@@ -49,7 +49,7 @@ class OrderController extends CommonController {
         $map['fromsource'] = 15;
         $prame = http_build_query($map);
         //$url = 'http://183.215.118.129:6600/SPM/Interface/ContentCmccAuth.action?' . $prame;
-        $url = 'http://10.2.219.139:6600/SPM/Interface/ContentCmccAuth.action?' . $prame;
+        $url = 'http://hnydiptvspmanager.yys.mgtv.com:6600/SPM/Interface/ContentCmccAuth.action?' . $prame;
         // \Think\Log::record('-------contentCTCAuth url------' . $url, \Think\Log::INFO); //记录参数
         $result = $this->http($url);
         Writelog(json_encode($result,JSON_UNESCAPED_UNICODE|JSON_UNESCAPED_SLASHES),$url,'activityv2');