8 lines
117 B
Go
8 lines
117 B
Go
package otc_chatlogstatus
|
|
|
|
// 聊天发送状态
|
|
const (
|
|
Fail = 1 // 发送失败
|
|
Success = 3 // 发送成功
|
|
)
|