浏览代码

首页访问IP记录

zhangdehua 10 月之前
父节点
当前提交
bfb1b74e33
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/index/controller/User.php

+ 2 - 2
app/index/controller/User.php

@@ -176,9 +176,9 @@ class User extends Controller
 
         $encryptUserId = encrypt(strval($userId));
 
-        $url = 'Your friend shared a product with you. Click on the link to view it now:'
+        $url = 'Your friend shared a product with you. Click on the link to view it now: '
             . config('app.app_host') . '/index/index/productDetails/goodsId/' . $goodsId . '?key=' . $encryptUserId;
-        Log::info($url);
+        //Log::debug($url);
 
         $smtp = new UMailer(config('smtp.host'), config('smtp.port'), true,
             config('smtp.username'), config('smtp.password'));