package md type DouShenUserRegisterMessageStructForOfficial struct { MasterId string `json:"master_id"` Phone int64 `json:"phone"` Uid int64 `json:"uid"` } type DouShenUserRegisterMessageStructForMyFans struct { MasterId string `json:"master_id"` Phone int64 `json:"phone"` Uid int64 `json:"uid"` } type DouShenUserRegisterMessageStructForMyRecommender struct { MasterId string `json:"master_id"` Phone int64 `json:"phone"` Uid int64 `json:"uid"` RecommenderUid int64 `json:"recommender_uid"` } type DouShenUserRegisterMessageStructForOperationCenter struct { MasterId string `json:"master_id"` Phone int64 `json:"phone"` Uid int64 `json:"uid"` OperationCenterUid int64 `json:"operation_center_uid"` } type DouShenUserRegisterMessageStructForUserRegisterUpLv struct { MasterId string `json:"master_id"` Uid int64 `json:"uid"` }