Pārlūkot izejas kodu

Update OrderController.class.php

xiaosongshu007 4 gadi atpakaļ
vecāks
revīzija
a301b2af0f

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

@@ -25,9 +25,9 @@ class OrderController extends CommonController {
         $map['fromsource'] = 15;
         $prame = http_build_query($map);
         $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);
+        Writelog(json_encode($result,JSON_UNESCAPED_UNICODE|JSON_UNESCAPED_SLASHES),$url,'activityv2');
         if ($result[0] != 200) {
             $this->responseError('接口请求失败');
         }