Authored by hf

modify guang page add data cache to fixes api down

@@ -4,6 +4,7 @@ namespace LibModels\Wap\Guang; @@ -4,6 +4,7 @@ namespace LibModels\Wap\Guang;
4 4
5 use Api\Yohobuy; 5 use Api\Yohobuy;
6 use Configs\CacheConfig; 6 use Configs\CacheConfig;
  7 +use Plugin\Cache;
7 8
8 /** 9 /**
9 * 逛资讯详情相关的数据模型 10 * 逛资讯详情相关的数据模型
@@ -6,6 +6,7 @@ use Api\Sign; @@ -6,6 +6,7 @@ use Api\Sign;
6 use Api\Yohobuy; 6 use Api\Yohobuy;
7 use Plugin\Helpers; 7 use Plugin\Helpers;
8 use Configs\CacheConfig; 8 use Configs\CacheConfig;
  9 +use Plugin\Cache;
9 10
10 /** 11 /**
11 * 明星品牌和原创品牌相关的数据模型 12 * 明星品牌和原创品牌相关的数据模型