面包店
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

14 lignes
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. }