diff --git a/services/apk/search_apk.go b/services/apk/search_apk.go index bbd456b..178b853 100644 --- a/services/apk/search_apk.go +++ b/services/apk/search_apk.go @@ -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"` }