Authored by iknitting

product模块缓存列表

  1 +| 场景 | method | 缓存时长 |
  2 +| :-- | :-- | :-- |
  3 +| 首页资源位 | /operations/api/{v}/resource/home | 60s |
  4 +| 判断是否新用户 | /operations/api/{v}/resource/home | 1h |
  5 +| 其他资源位 | /operations/api/{v}/resource/get | 60s |
  6 +| 专区信息 | app.resources.getOneSpecial | 60s |
  7 +| 获取APP版本升级提醒 | /operations/api/{v}/version/getVersion | 60s |
  8 +| 获得分类 | /operations/api/{v}/category/getCategory | 60s |
  9 +| 软件初始化配置接口 | app.resources.config.clientInitConfig | 60s |
  10 +| 获取图标配置接口 | /operations/api/{v}/icon/getIcon | 60s |
  11 +| 获取首页启动页 | app.cover.getCoverStart | 60s |
  12 +| 获取性别选择页入口状态 | /operations/api/{v}/entrance/getEntrance | 60s |
  13 +| 查询标签列表 | app.resources.getHotRankTag | 60s |
  14 +| 根据节点和运行环境选择静态内容 | app.resources.getHtmlContentByNodeContent | 60s |
  15 +| 获取文字公告 | app.resources.getNotices | 60s |
  16 +| 获取广告列表 | app.ads.list | 60s |