7
0

添加返回扩展参数字段

This commit is contained in:
liaokaishan 2022-04-18 10:46:11 +08:00
parent cb0730aebd
commit 0d95da1408

View File

@ -39,6 +39,7 @@ type ApkLog struct {
AliOss int `json:"AliOss"`
NeedCdn bool `json:"NeedCdn"`
Autor string `json:"Autor"`
Ext string `json:"Ext"`
IsAugment bool `json:"IsAugment"`
}