查看错误

This commit is contained in:
2025-10-14 11:37:45 +08:00
parent 5b26b8c57f
commit 7062cd12ce

View File

@@ -174,7 +174,7 @@ class RedpacketService
return [ return [
'code' => 0, 'code' => 0,
'msg' => '系统错误,请重试', 'msg' => '系统错误,请重试'.$e->getMessage(),
'data' => null 'data' => null
]; ];
} }