diff --git a/app/Http/Controllers/Customer/AuthController.php b/app/Http/Controllers/Customer/AuthController.php index 3594b73..7bc75d2 100644 --- a/app/Http/Controllers/Customer/AuthController.php +++ b/app/Http/Controllers/Customer/AuthController.php @@ -215,7 +215,7 @@ class AuthController extends Controller $aesCipher = base64_decode($encryptedData); $result = openssl_decrypt($aesCipher, "AES-128-CBC", $aesKey, 1, $aesIV); - Log::channel("get_mobile_by_openid")->log($result); + Log::channel("get_mobile_by_openid")->info($result); $dataObj = json_decode($result);