抢红包条件验证提示语修改

This commit is contained in:
2025-10-15 18:39:22 +08:00
parent ec7aa532d8
commit 6c89b1b992

View File

@@ -369,7 +369,7 @@ class RedpacketService
if (!$this->checkUserOnMic($userId, $redpacket['room_id'])) {
return [
'code' => 0,
'msg' => '不满足麦位用户条件',
'msg' => '您不是麦上用户',
'data' => null
];
}