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 a21d9bb4
authored
Sep 15, 2020
by
赵成彬(PHP)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
1 parent
1f0aaaa5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/Notify/LTFNotify.php
src/Notify/LTFNotify.php
View file @
a21d9bb
...
@@ -43,7 +43,7 @@ class LTFNotify extends NotifyStrategy{
...
@@ -43,7 +43,7 @@ class LTFNotify extends NotifyStrategy{
if
(
count
(
$params
)
<
1
){
//如果参数为空,则不进行处理
if
(
count
(
$params
)
<
1
){
//如果参数为空,则不进行处理
return
false
;
return
false
;
}
}
debug
(
"-----LTF__NOTIFY"
.
json_encode
(
$params
),
'info'
);
return
$params
;
return
$params
;
// TODO: Implement getNotifyData() method.
// TODO: Implement getNotifyData() method.
}
}
...
@@ -70,7 +70,8 @@ class LTFNotify extends NotifyStrategy{
...
@@ -70,7 +70,8 @@ class LTFNotify extends NotifyStrategy{
* @throws \Exception
* @throws \Exception
*/
*/
protected
function
verifySign
(
array
$retData
){
protected
function
verifySign
(
array
$retData
){
$retSign
=
$retData
[
'sign'
];
$retSign
=
$retData
[
'sign'
];
//先不验证加密
return
true
;
$data
=
ArrayUtil
::
removeKeys
(
$retData
,
[
'sign'
]);
$data
=
ArrayUtil
::
removeKeys
(
$retData
,
[
'sign'
]);
$values
=
[
$values
=
[
...
...
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