Commit dcbefd48 authored by sugar's avatar sugar

提现

parent a13d496f
...@@ -436,7 +436,7 @@ class WXPayConstants ...@@ -436,7 +436,7 @@ class WXPayConstants
//请求参数 //请求参数
$data = [ $data = [
'appid' => $that->APPID, //申请商户号的appid或商户号绑定的appid(企业号corpid即为此appid) 'appid' => $that->APPID, //申请商户号的appid或商户号绑定的appid(企业号corpid即为此appid)
'out_batch_no' => 'ycz' . date('Ymd') . mt_rand(1000, 9999), //商户系统内部的商家批次单号,要求此参数只能由数字、大小写字母组成,在商户系统内部唯一 'out_batch_no' => 'ycz' . date('Ymd') . mt_rand(100000, 999999), //商户系统内部的商家批次单号,要求此参数只能由数字、大小写字母组成,在商户系统内部唯一
'batch_name' => $body, //该笔批量转账的名称 'batch_name' => $body, //该笔批量转账的名称
'batch_remark' => $body, //转账说明,UTF8编码,最多允许32个字符 'batch_remark' => $body, //转账说明,UTF8编码,最多允许32个字符
'total_amount' => floatval($total_fee), //转账金额单位为“分”。转账总金额必须与批次内所有明细转账金额之和保持一致,否则无法发起转账操作 'total_amount' => floatval($total_fee), //转账金额单位为“分”。转账总金额必须与批次内所有明细转账金额之和保持一致,否则无法发起转账操作
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment