code.go 309 Bytes
Newer Older
haoyanbin's avatar
1  
haoyanbin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package common

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