Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ldy
/
payment
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7a41d00c
authored
Nov 24, 2021
by
yeran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update ltf makesign
1 parent
f020bc15
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/Common/LTFpay/Data/LTFBaseData.php
src/Common/LTFpay/Data/LTFBaseData.php
View file @
7a41d00
...
...
@@ -17,7 +17,7 @@ abstract class LTFBaseData extends BaseData{
switch
(
$this
->
signType
)
{
case
'MD5'
:
$signStr
.=
'&key='
.
$this
->
key
;
$sign
=
strto
upp
er
(
md5
(
$signStr
));
$sign
=
strto
low
er
(
md5
(
$signStr
));
break
;
default
:
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment