插件开发模版更新

This commit is contained in:
技术老胡
2024-11-05 15:46:51 +08:00
parent ab65b5d622
commit 6acecb0596
6 changed files with 142 additions and 117 deletions

View File

@@ -282,7 +282,7 @@ class PayController
$payclient_path = "\\payclient\\{$payclient_name}";
$Payclient = new $payclient_path($config);
// 获取支付明细
$records = $Payclient->payQuery($query);
$records = $Payclient->getOrderInfo($query);
if ($records) {
// 提交收款记录
$upres = $Mpay->upRecords($records, $aid);