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
9 years ago
Commit
5207627533e48330cad31ddd9c2a43d81499b62d
1 parent
739828ce
code review by fei.hong : do modify weixin notice url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/Pay/weixin/lib/WxPayConfig.php
library/Plugin/Pay/weixin/lib/WxPayConfig.php
View file @
5207627
...
...
@@ -34,7 +34,7 @@ class WxPayConfig
const
JS_API_CALL_URL
=
'http://m.yohobuy.com/shopping/pay/wechatwap'
;
//=======【异步通知url设置】===================================
//异步通知url,商户根据实际开发过程设定
const
NOTIFY_URL
=
'http://pay.yohobuy.com/notify/wechatwap'
;
const
NOTIFY_URL
=
'http://
testservice.yoho.cn:28077/payment/wechatwap_notify'
;
//'http://
pay.yohobuy.com/notify/wechatwap';
//=======【证书路径设置】=====================================
/**
* TODO:设置商户证书路径
...
...
Please
register
or
login
to post a comment