You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package md
-
- type SetCenterReq struct {
- BigDataScreenAccount string `json:"big_data_screen_account" label:"数据大屏-账号"`
- BigDataScreenPassword string `json:"big_data_screen_password" label:"数据大屏-密码"`
- ProductionWorkshopAccount string `json:"production_workshop_account" label:"制作车间-密码"`
- ProductionWorkshopPassword string `json:"production_workshop_password" label:"制作车间-密码"`
- FileBucket string `json:"file_bucket" `
- FileBucketRegion string `json:"file_bucket_region" `
- FileSecretKey string `json:"file_secret_key" `
- FileBucketHost string `json:"file_bucket_host" `
- FileAccessKey string `json:"file_access_key" `
- }
|