transfer
This commit is contained in:
parent
7b84fb3b89
commit
09d369b50a
@ -115,7 +115,7 @@ class WechatPayService
|
|||||||
$appid = config("wechat.official_account.default.app_id");
|
$appid = config("wechat.official_account.default.app_id");
|
||||||
$data = [
|
$data = [
|
||||||
"appid" => $appid,
|
"appid" => $appid,
|
||||||
"out_bill_no" => $trade_no,
|
"out_batch_no" => $trade_no,
|
||||||
"batch_name" => $remark,
|
"batch_name" => $remark,
|
||||||
"batch_remark" => $remark,
|
"batch_remark" => $remark,
|
||||||
"total_amount" => $amount,
|
"total_amount" => $amount,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user