This commit is contained in:
2026-01-26 10:16:57 +08:00
parent 5d05a35d89
commit 68b0c3e102

View File

@@ -56,7 +56,7 @@ class Wechat extends Controller
$data = json_decode($response, true);
if (empty($data) || isset($data['errcode'])) {
Log::error('[微信授权] 解析失败或返回错误'.$data);
Log::error('[微信授权] 解析失败或返回错误'.json_encode($data));
return false;
return V(1, '[微信授权] 解析失败或返回错误');
}