| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import org.yeshi.utils.entity.ProxyIP;
|
| | |
|
| | | import com.yeshi.fanli.entity.common.Config;
|
| | | import com.yeshi.fanli.entity.config.AppHomeFloatImg;
|
| | | import com.yeshi.fanli.entity.xcx.XCXSettingConfig;
|
| | |
| | | void update(List<Config> list);
|
| | |
|
| | | void update(Config config);
|
| | | |
| | | void save(Config config);
|
| | |
|
| | | String get(String string);
|
| | | |
| | | String getByVersion(String key,String platform,int version);
|
| | |
|
| | | Config getConfig(String key);
|
| | |
|
| | |
| | | AppHomeFloatImg getAppHomeFloatImg();
|
| | |
|
| | | /**
|
| | | * 获取首页提示大图
|
| | | * |
| | | * @return
|
| | | */
|
| | | String getAppHomeFloatNotifyImg();
|
| | |
|
| | | /**
|
| | | * 获取首页weex的链接
|
| | | *
|
| | | * @return
|
| | | */
|
| | | public String getHomeWEEXUrl();
|
| | |
|
| | | /**
|
| | | * 后端查询分页
|
| | | * |
| | | * @param key
|
| | | * @param page
|
| | | * @return
|
| | | */
|
| | | public List<Config> listObjects(String key, int page);
|
| | |
|
| | | /**
|
| | | * 后端查询统计
|
| | | * |
| | | * @param key
|
| | | * @param page
|
| | | * @return
|
| | | */
|
| | | public int getCount(String key);
|
| | |
|
| | | public Config getConfig(long id);
|
| | |
|
| | | /**
|
| | | * 获取淘宝代理IP
|
| | | * |
| | | * @return
|
| | | */
|
| | | public ProxyIP getTaoBaoProxyIP();
|
| | |
|
| | | /**
|
| | | * 搜索发现词
|
| | | * @return
|
| | | */
|
| | | public String getSearchDiscoveryKeys();
|
| | |
|
| | | /**
|
| | | * 根据key查询 无缓存
|
| | | * @param key
|
| | | * @return
|
| | | */
|
| | | public Config getConfigBykeyNoCache(String key);
|
| | | }
|