CompanyauthSubmitcompanyauthResponse.go 228 B

123456789
  1. package company_response
  2. type CompanyauthSubmitcompanyauthResponse struct {
  3. // 【单位id】单位id
  4. CompanyId *int64 `json:"companyId,omitempty"`
  5. // 【认证id】认证id
  6. RequestId string `json:"requestId,omitempty"`
  7. }