Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
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
Rock Zhang
2016-04-25 16:22:09 +0800
Commit
f5ce25ec376f9a1b2102e3db4cd020f5b3d091ea
1 parent
37555800
修复银联支付证书错误的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/WebPlugin/Pay/Unionpayweb/Func/secureUtil.php
library/WebPlugin/Pay/Unionpayweb/Func/secureUtil.php
View file @
f5ce25e
...
...
@@ -139,7 +139,7 @@ function getSignCertId()
{
// 签名证书路径
return
getCertId
(
SDK_SIGN_CERT_PATH
);
return
getCertId
(
dirname
(
__FILE__
)
.
'/../../'
.
SDK_SIGN_CERT_PATH
);
}
function
getEncryptCertId
()
...
...
Please
register
or
login
to post a comment