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
yyq
8 years ago
Commit
55d99b0e271c928c8b4314dce2b4c8d24505f43b
1 parent
8b3a7f99
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
yohobuy/www.yohobuy.com/application/modules/Pay/controllers/Notice.php
yohobuy/www.yohobuy.com/application/modules/Pay/controllers/Payreturn.php
yohobuy/www.yohobuy.com/application/modules/Shopping/controllers/Pay.php
yohobuy/www.yohobuy.com/application/modules/Pay/controllers/Notice.php
View file @
55d99b0
...
...
@@ -7,6 +7,7 @@ use WebPlugin\Pay\Rspparams;
use
WebPlugin\Pay\weixin\PayNotifyCallBack
;
use
WebPlugin\UdpLog
;
use
Home\IndexModel
;
use
WebPlugin\Helpers
;
/**
* 支付Notice
*/
...
...
yohobuy/www.yohobuy.com/application/modules/Pay/controllers/Payreturn.php
View file @
55d99b0
...
...
@@ -6,6 +6,7 @@ use WebPlugin\Pay\PayFactory;
use
WebPlugin\Pay\Rspparams
;
use
WebPlugin\UdpLog
;
use
Home\IndexModel
;
use
WebPlugin\Helpers
;
/**
* 支付 同步通知页面
...
...
yohobuy/www.yohobuy.com/application/modules/Shopping/controllers/Pay.php
View file @
55d99b0
...
...
@@ -6,6 +6,7 @@ use WebPlugin\Helpers;
use
LibModels\Web\Home\UserData
;
use
WebPlugin\Cache
;
use
Home\IndexModel
;
use
WebPlugin\Helpers
;
/**
* 支付相关的控制器
*
...
...
Please
register
or
login
to post a comment