This commit is contained in:
2026-01-26 10:14:54 +08:00
parent c15bd51d2a
commit 5d05a35d89

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('[微信授权] 解析失败或返回错误'.$data);
return false;
return V(1, '[微信授权] 解析失败或返回错误');
}