package public import "time" type BindMsg struct { MgoUserID string TimeStamp int64 //绑定手机号时间 Phone string } // GetBidPhoneUser 获取绑定手机号 func GetBidPhoneUser(st, ed time.Time) []*BindMsg { return nil }