user_info.go 72 Bytes Edit 1 2 3 4 5 6 package model type UserInfo struct { Mobile int64 `json:"mobile"` }