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
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
2e9fe2211f796a871e8438c89e8601f30a3fca7e
1 parent
94b6d1f4
get openid
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/modules/Shopping/controllers/Pay.php
yohobuy/m.yohobuy.com/application/modules/Shopping/controllers/Pay.php
View file @
2e9fe22
...
...
@@ -125,11 +125,11 @@ class PayController extends AbstractAction
if
(
empty
(
$openId
))
{
$openId
=
$this
->
get
(
'openId'
);
UdpLog
::
info
(
'【wechat支付】通过get 获取openId: '
,
array
(
'orderCode'
=>
$orderCode
,
'uid'
=>
$uid
,
'openId'
=>
$openId
);
UdpLog
::
info
(
'【wechat支付】通过get 获取openId: '
,
array
(
'orderCode'
=>
$orderCode
,
'uid'
=>
$uid
,
'openId'
=>
$openId
)
)
;
}
if
(
empty
(
$openId
))
{
UdpLog
::
info
(
'【wechat支付】获取wechat标识为空'
,
array
(
'orderCode'
=>
$orderCode
,
'uid'
=>
$uid
,
'openId'
=>
$openId
);
UdpLog
::
info
(
'【wechat支付】获取wechat标识为空'
,
array
(
'orderCode'
=>
$orderCode
,
'uid'
=>
$uid
,
'openId'
=>
$openId
)
)
;
break
;
}
...
...
Please
register
or
login
to post a comment