面包店
選択できるのは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. }