const.go 422 Bytes
Newer Older
kzkzzzz's avatar
kzkzzzz committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package _const

const (
	TraceId       = "traceId"
	UserId        = "userId"
	ExternalId    = "externalId"
	Code          = "code"
	Nick          = "nick"
	Avatar        = "avatar"
	Country       = "country"
	ExternalId1   = "externalId1"
	ExternalId2   = "externalId2"
	MgrId         = "mgrId"
	DeviceType    = "deviceType"
	DeviceVersion = "deviceVersion"
	AppVersion    = "appVersion"
	ActionResult  = "actionResult"
)