Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2015-11-11 00:57:03 +0800
Commit
88bec5af26b292be5aa2b35b6cb935d35722faf3
1 parent
3fd7e91f
modify guang page add data cache to fixes api down
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
library/LibModels/Wap/Guang/DetailData.php
library/LibModels/Wap/Guang/PlusstarData.php
library/LibModels/Wap/Guang/DetailData.php
View file @
88bec5a
...
...
@@ -4,6 +4,7 @@ namespace LibModels\Wap\Guang;
use
Api\Yohobuy
;
use
Configs\CacheConfig
;
use
Plugin\Cache
;
/**
* 逛资讯详情相关的数据模型
...
...
library/LibModels/Wap/Guang/PlusstarData.php
View file @
88bec5a
...
...
@@ -6,6 +6,7 @@ use Api\Sign;
use
Api\Yohobuy
;
use
Plugin\Helpers
;
use
Configs\CacheConfig
;
use
Plugin\Cache
;
/**
* 明星品牌和原创品牌相关的数据模型
...
...
Please
register
or
login
to post a comment