Default Changelist

This commit is contained in:
xl
2023-11-07 16:14:09 +08:00
parent b8960deda5
commit 227ff1c166
+2 -1
View File
@@ -23,8 +23,9 @@ class TransferBatches extends SmallProgram
{
$body = [];
$body['appid'] = $this->getConfig()->getAppid();
$body['out_trade_no'] = $detail->out_detail_no;
$body['out_batch_no'] = $detail->out_detail_no;
$body["batch_name"] = $this->getConfig()->getBody();
$body["body"] = $this->getConfig()->getBody();
$body["batch_remark"] = $this->getConfig()->getBody();
$body["total_amount"] = $detail->transfer_amount;
$body["total_num"] = 1;