qiushang 1 năm trước cách đây
mục cha
commit
fd205eb822
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Http/Home/SoftController.php

+ 1 - 1
app/Http/Home/SoftController.php

@@ -260,7 +260,7 @@ class SoftController extends HttpBaseController
             //3. 处理响应或异常
             if ($responseChecker->success($result)) {
                 Log::info("调用成功");
-                Log::info("调用成功", $result->body);
+                Log::info("调用成功" . $result->body);
                 echo $result->body;
                 die();
             } else {