package company_response type CompanyauthSubmitcompanyauthResponse struct { // 【单位id】单位id CompanyId *int64 `json:"companyId,omitempty"` // 【认证id】认证id RequestId string `json:"requestId,omitempty"` }