Browse Source

首页访问IP记录

zhangdehua 10 months ago
parent
commit
bfb1b74e33
1 changed files with 2 additions and 2 deletions
  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'));