Allow using Multiple Boss App IDs for WUP Files
This commit is contained in:
parent
3b6c3b92ba
commit
f6897c30ac
9 changed files with 52 additions and 48 deletions
|
|
@ -77,7 +77,7 @@ pub struct FileWUP {
|
|||
pub file_key: String,
|
||||
pub data_id: Option<i64>,
|
||||
pub task_id: String,
|
||||
pub boss_app_id: String,
|
||||
pub boss_app_ids: Vec<String>,
|
||||
pub supported_countries: Vec<String>,
|
||||
pub supported_languages: Vec<String>,
|
||||
pub attributes: Json<FileWUPAttributes>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue