Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
2016-06-20 15:34:36 +0800
Commit
08bc5314dc5d0b710f0fc17890c07fac70502af3
1 parent
f1d033f5
plugin改成webplugin
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
yohobuy/www.yohobuy.com/application/models/Guang/Info.php
yohobuy/www.yohobuy.com/application/models/Home/Comment.php
yohobuy/www.yohobuy.com/application/models/Product/Hotrank.php
yohobuy/www.yohobuy.com/application/models/Shopping/Pay.php
yohobuy/www.yohobuy.com/application/models/Shopping/Payment.php
yohobuy/www.yohobuy.com/application/models/Guang/Info.php
View file @
08bc531
...
...
@@ -5,7 +5,7 @@ namespace Guang;
use
Api\Yohobuy
;
use
LibModels\Web\Guang\InfoData
;
use
LibModels\Web\Product\SearchData
;
use
Plugin\Images
;
use
Web
Plugin\Images
;
use
WebPlugin\Helpers
;
use
WebPlugin\HelperSearch
;
...
...
yohobuy/www.yohobuy.com/application/models/Home/Comment.php
View file @
08bc531
...
...
@@ -9,7 +9,7 @@
namespace
Home
;
use
LibModels\Web\Home\CommentData
;
use
Plugin\Helpers
;
use
Web
Plugin\Helpers
;
use
WebPlugin\HelperSearch
;
/**
...
...
yohobuy/www.yohobuy.com/application/models/Product/Hotrank.php
View file @
08bc531
...
...
@@ -3,7 +3,7 @@
namespace
Product
;
use
WebPlugin\Images
;
use
Plugin\Helpers
;
use
Web
Plugin\Helpers
;
use
LibModels\Web\Product\HotrankData
;
use
LibModels\Web\Product\SearchData
;
use
LibModels\Web\Home\IndexData
;
...
...
yohobuy/www.yohobuy.com/application/models/Shopping/Pay.php
View file @
08bc531
...
...
@@ -4,7 +4,7 @@ namespace Shopping;
use
LibModels\Web\Home\OrderData
;
use
LibModels\Web\Product\PayData
;
use
Plugin\Helpers
;
use
Web
Plugin\Helpers
;
use
WebPlugin\Pay\Banks
;
use
WebPlugin\Pay\PayFactory
;
use
WebPlugin\Pay\Reqparams
;
...
...
yohobuy/www.yohobuy.com/application/models/Shopping/Payment.php
View file @
08bc531
...
...
@@ -4,7 +4,7 @@ namespace Shopping;
use
LibModels\Web\Home\OrderData
;
use
LibModels\Web\Product\PayData
;
use
Plugin\Helpers
;
use
Web
Plugin\Helpers
;
use
WebPlugin\Cache
;
use
WebPlugin\Pay\Banks
;
use
WebPlugin\Pay\PayFactory
;
...
...
Please
register
or
login
to post a comment