• haoyanbin's avatar
    1 · 9bf9e037
    haoyanbin authored
    9bf9e037
code.go 309 Bytes
package common

const (
	// ErrorStatus 错误
	ErrorStatus = -1
	// SuccessStatus 成功
	SuccessStatus = 0
	// LoginTimeOut 登录超时
	LoginTimeOut = -1001
	// NoLogin 未登录
	NoLogin = -1002
	// NoOpen 为开通
	NoOpen = -1102
	// NoBinding
	NoBinding = -1003
	// NoCloudUser
	NoCloudUser = -1005
)