From 07d9b4b19f0377afd5531f3800ef8cfe6c5f7209 Mon Sep 17 00:00:00 2001 From: weizong song Date: Thu, 9 May 2024 13:29:38 +0800 Subject: [PATCH] up --- app/Http/Controllers/Customer/AuthController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);