identify_param.go 200 B

1234567
  1. package vo
  2. type IdentifyParam struct {
  3. BusinessLicenseUrl string `json:"business_license_url"`
  4. EnterpriseId string `json:"enterprise_id"`
  5. SubAccountId int64 `json:"sub_account_id"`
  6. }