diff --git a/application/common/service/RedpacketService.php b/application/common/service/RedpacketService.php index d89e869..db1aa65 100644 --- a/application/common/service/RedpacketService.php +++ b/application/common/service/RedpacketService.php @@ -369,7 +369,7 @@ class RedpacketService if (!$this->checkUserOnMic($userId, $redpacket['room_id'])) { return [ 'code' => 0, - 'msg' => '不满足麦位用户条件', + 'msg' => '您不是麦上用户', 'data' => null ]; }