面包店
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

14 linhas
740 B

  1. package md
  2. type SetCenterReq struct {
  3. BigDataScreenAccount string `json:"big_data_screen_account" label:"数据大屏-账号"`
  4. BigDataScreenPassword string `json:"big_data_screen_password" label:"数据大屏-密码"`
  5. ProductionWorkshopAccount string `json:"production_workshop_account" label:"制作车间-密码"`
  6. ProductionWorkshopPassword string `json:"production_workshop_password" label:"制作车间-密码"`
  7. FileBucket string `json:"file_bucket" `
  8. FileBucketRegion string `json:"file_bucket_region" `
  9. FileSecretKey string `json:"file_secret_key" `
  10. FileBucketHost string `json:"file_bucket_host" `
  11. FileAccessKey string `json:"file_access_key" `
  12. }