apkconfig

This commit is contained in:
wangjinlei
2024-07-09 15:06:03 +08:00
parent fe7f375f37
commit ec17636fe6
5 changed files with 38 additions and 1 deletions

View File

@@ -8,4 +8,6 @@ import java.util.Map;
public interface ApkConfigService extends IService<ApkConfigEntity> {
Map<String,Object> getConfig();
String getApkUrl(int type);
}