面包店
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

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