package common // 【联系人列表】联系人列表 type ContactCorporateOperatorsRequest struct { // 【联系方式】联系方式:手机号、电子邮箱 Contact string `json:"contact"` // 【联系人姓名】联系人姓名 Name string `json:"name"` }