1
This commit is contained in:
7
common/const/enum/otc_chatlogstatus/otc_chatlogstatus.go
Normal file
7
common/const/enum/otc_chatlogstatus/otc_chatlogstatus.go
Normal file
@ -0,0 +1,7 @@
|
||||
package otc_chatlogstatus
|
||||
|
||||
// 聊天发送状态
|
||||
const (
|
||||
Fail = 1 // 发送失败
|
||||
Success = 3 // 发送成功
|
||||
)
|
||||
Reference in New Issue
Block a user