Commit 030c5a51 by yeran

feat: commit

1 parent ca9ae59c
Showing with 2 additions and 3 deletions
{
"name": "ldy/payment",
"type": "library",
"version": "3.6.0",
"version": "3.6.1",
"description": "支付宝支付、微信支付、招商一网通支付、通联支付、米付支付、利楚扫呗、富友支付、联拓付、易生支付、银盛支付、微诺付、汇收钱 php SDK。",
"keywords": ["alipay", "weixin", "支付宝支付", "微信支付","通联支付", "集成支付接口SDK", "招商一网通", "一网通", "利楚扫呗", "富友支付","微诺付","汇收钱"],
"homepage": "",
......
......@@ -51,8 +51,7 @@ abstract class NotifyStrategy
}
// 回调商户的业务逻辑
$flag = $this->callback($notify, $checkRet);
$flag = $this->callback($notify, $notifyData);
if ($flag) {
$msg = 'OK';
} else {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!