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-08 10:56:10 +0800
Commit
38e52c1ea1612038c994fd9e65f2cc719453fb4a
1 parent
0ce38d81
plugin改成webplugin
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
yohobuy/www.yohobuy.com/application/models/Shopping/Pay.php
yohobuy/www.yohobuy.com/application/models/Shopping/Payment.php
yohobuy/www.yohobuy.com/application/models/Shopping/Pay.php
View file @
38e52c1
...
...
@@ -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 @
38e52c1
...
...
@@ -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