面包店
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

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