ソースを参照

Update OrderController.class.php

xiaosongshu007 4 年 前
コミット
a301b2af0f
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      Application/Home/Controller/OrderController.class.php

+ 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('接口请求失败');
         }