Default Changelist
This commit is contained in:
@@ -23,8 +23,9 @@ class TransferBatches extends SmallProgram
|
|||||||
{
|
{
|
||||||
$body = [];
|
$body = [];
|
||||||
$body['appid'] = $this->getConfig()->getAppid();
|
$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["batch_name"] = $this->getConfig()->getBody();
|
||||||
|
$body["body"] = $this->getConfig()->getBody();
|
||||||
$body["batch_remark"] = $this->getConfig()->getBody();
|
$body["batch_remark"] = $this->getConfig()->getBody();
|
||||||
$body["total_amount"] = $detail->transfer_amount;
|
$body["total_amount"] = $detail->transfer_amount;
|
||||||
$body["total_num"] = 1;
|
$body["total_num"] = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user