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'));