|
@@ -24,7 +24,8 @@ class OrderController extends CommonController {
|
|
|
$map['mac'] = I('mac');
|
|
|
$map['fromsource'] = 15;
|
|
|
$prame = http_build_query($map);
|
|
|
- $url = 'http://183.215.118.129:6600/SPM/Interface/ContentCmccAuth.action?' . $prame;
|
|
|
+ //$url = 'http://183.215.118.129:6600/SPM/Interface/ContentCmccAuth.action?' . $prame;
|
|
|
+ $url = 'http://10.2.219.176: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');
|