config.go 519 B

1234567891011121314151617
  1. package main
  2. // BizContentForLabelQuery 芝麻企业信用企业标签查询
  3. type BizContentForLabelQuery struct {
  4. EPCertNo string `json:"ep_cert_no"`
  5. ShowFlag bool `json:"show_flag"`
  6. SceneCode string `json:"scene_code"`
  7. }
  8. // CreditLabel CreditLabel
  9. type CreditLabel struct {
  10. ZhimaToptype string `json:"zhima_toptype"`
  11. ZhimaSubtype string `json:"zhima_subtype"`
  12. ZhimaName string `json:"zhima_name"`
  13. ZhimaCode string `json:"zhima_code"`
  14. ZhimaDefinition string `json:"zhima_definition"`
  15. }