This commit is contained in:
withchao
2023-01-11 16:55:25 +08:00
parent 4ab18f191f
commit 53c278234d
4 changed files with 16 additions and 8 deletions
+7
View File
@@ -214,3 +214,10 @@ const (
const (
MessageHasReadDisable = 96001
)
// temp
var (
ErrServer = ErrInfo{500, "server error", ""}
ErrTencentCredential = ErrInfo{400, "ErrTencentCredential", ""}
)