We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae96a1 commit 0d1f992Copy full SHA for 0d1f992
src/model/Order.php
@@ -368,7 +368,7 @@ public function notify($id): array
368
//不管是不是已支付(我觉得你付过了~不然调用我干嘛),直接删除临时表里面的内容
369
$app = new App();
370
371
- $AppRes = $app->getData($res["appid"], "connect_key");
+ $AppRes = $app->getData($res["appid"]);
372
373
if(empty($AppRes)){
374
return ["code"=>ConstData::ApiError,"msg"=>"不存在这个应用"];
@@ -441,6 +441,7 @@ public function notify($id): array
441
$mail = new Email();
442
443
$count = doubleval($arr["price"])-doubleval($arr["reallyPrice"]);
444
+ // dump ($AppRes,true);
445
$tplData = [
446
"logo" => Response::getAddress().DS."ui".DS."static".DS."img".DS."face.jpg",
447
"sitename" =>$pay["pay"]["siteName"],
0 commit comments