This commit is contained in:
richboo111
2024-01-30 09:38:11 +08:00
parent b26b8e75e6
commit 6d8e85adf5
2 changed files with 13 additions and 3 deletions

View File

@@ -24,6 +24,12 @@ const (
ImStatusOpen = 1 //开启
ImStatusClose = -1 //关闭
//10(用户)、20(骑手)、30(商家)、32连锁账号登录、95系统
SenderTypeUser = "10"
SenderTypeRider = "20"
SenderTypeBusiness = "30"
SenderTypeChainedAccountLogin = "32"
SenderTypeSystem = "95"
)
// BusinessSendMsgReq im发送消息