Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
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
Plain Diff
Browse Files
Authored by
沈志敏
8 years ago
Commit
249e016ce42b9a4b3d585fbc9916f8491a259151
2 parents
243060d4
81349189
Merge branch 'master' of git.yoho.cn:fe/YOHOBUYWAP into feature/wxheader
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
library/Plugin/Pay/weixin/JsApiPay.php
library/Plugin/Pay/weixin/JsApiPay.php
View file @
249e016
...
...
@@ -53,7 +53,7 @@ class JsApiPay
//通过code获得openid
if
(
!
isset
(
$_GET
[
'code'
]))
{
//触发微信返回code码
$baseUrl
=
urlencode
(
'http://
'
.
$_SERVER
[
'HTTP_HOST'
]
.
$_SERVER
[
'REQUEST_URI'
]);
$baseUrl
=
urlencode
(
'http://
m.yohobuy.com'
.
$_SERVER
[
'REQUEST_URI'
]);
$url
=
$this
->
__CreateOauthUrlForCode
(
$baseUrl
);
Header
(
"Location:
$url
"
);
exit
();
...
...
@@ -164,7 +164,7 @@ class JsApiPay
$getData
=
$this
->
data
;
$data
=
array
();
$data
[
"appid"
]
=
WxPayConfig
::
APPID
;
$data
[
"url"
]
=
"http://
"
.
$_SERVER
[
'HTTP_HOST'
]
.
$_SERVER
[
'REQUEST_URI'
];
$data
[
"url"
]
=
"http://
m.yohobuy.com"
.
$_SERVER
[
'REQUEST_URI'
];
$time
=
time
();
$data
[
"timestamp"
]
=
"
$time
"
;
$data
[
"noncestr"
]
=
"1234568"
;
...
...
Please
register
or
login
to post a comment