package models type CreateMerchantJoinRequest struct { Type int `json:"type"` OpenId string `json:"open_id"` WX string `json:"wx"` message string `json:"message"` }