diff --git a/application/common/service/RedpacketService.php b/application/common/service/RedpacketService.php index 0c5e2c1..abef424 100644 --- a/application/common/service/RedpacketService.php +++ b/application/common/service/RedpacketService.php @@ -174,7 +174,7 @@ class RedpacketService return [ 'code' => 0, - 'msg' => '系统错误,请重试', + 'msg' => '系统错误,请重试'.$e->getMessage(), 'data' => null ]; }