Files
exchange_go/common/const/enum/otc_chatlogstatus/otc_chatlogstatus.go

8 lines
117 B
Go
Raw Permalink Normal View History

2025-02-06 11:14:33 +08:00
package otc_chatlogstatus
// 聊天发送状态
const (
Fail = 1 // 发送失败
Success = 3 // 发送成功
)