抢红包条件验证提示语修改
This commit is contained in:
@@ -369,7 +369,7 @@ class RedpacketService
|
|||||||
if (!$this->checkUserOnMic($userId, $redpacket['room_id'])) {
|
if (!$this->checkUserOnMic($userId, $redpacket['room_id'])) {
|
||||||
return [
|
return [
|
||||||
'code' => 0,
|
'code' => 0,
|
||||||
'msg' => '不满足麦位用户条件',
|
'msg' => '您不是麦上用户',
|
||||||
'data' => null
|
'data' => null
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user