Mike 7 năm trước cách đây
mục cha
commit
7aefcec9d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/app/Http/Controllers/Api/V1/AuthController.php

+ 1 - 1
server/app/Http/Controllers/Api/V1/AuthController.php

xqd
@@ -347,7 +347,7 @@ class AuthController extends Controller
         }
 
         if ($result!='success') {
-            \Log::error("Send sms failed.");
+            \Log::error("Send sms failed.".$result);
         }
 
     }