This commit is contained in:
Hankin 2026-04-24 17:39:14 +08:00
parent ac0e5fc1cc
commit 82410e0f3d

View File

@ -176,6 +176,7 @@ class WechatPayService
// $data = json_decode($rawBody, true);
if (!isset($data['resource'])) {
Log::info("缺少参数 resource");
return null;
}