|
@@ -1813,7 +1813,8 @@ class Money extends Common
|
|
public function withdrawTransfer() {
|
|
public function withdrawTransfer() {
|
|
$info = [
|
|
$info = [
|
|
'money' => 0.10,
|
|
'money' => 0.10,
|
|
- 'alipay_account' => '13651955934'
|
|
|
|
|
|
+ 'alipay_account' => '13651955934',
|
|
|
|
+ 'name' => '张效彬',
|
|
];
|
|
];
|
|
$data['out_biz_no'] = getMillisecond() . mt_rand(1, 1000); //商户订单号
|
|
$data['out_biz_no'] = getMillisecond() . mt_rand(1, 1000); //商户订单号
|
|
$data['trans_amount'] = $info['money']; //订单总金额,单位为元,精确到小数点后两位
|
|
$data['trans_amount'] = $info['money']; //订单总金额,单位为元,精确到小数点后两位
|
|
@@ -1832,8 +1833,8 @@ class Money extends Common
|
|
$data['payee_info']['name'] = '';
|
|
$data['payee_info']['name'] = '';
|
|
}*/
|
|
}*/
|
|
//支付宝id
|
|
//支付宝id
|
|
- $data['payee_info']['identity_type'] = 'ALIPAY_USER_ID';
|
|
|
|
- $data['payee_info']['name'] = '';
|
|
|
|
|
|
+ $data['payee_info']['identity_type'] = 'ALIPAY_LOGON_ID';
|
|
|
|
+ $data['payee_info']['name'] = $info['name'];
|
|
|
|
|
|
//转账备注(支持200个英文/100个汉字)。当付款方为企业账户,且转账金额达到(大于等于)50000元,remark不能为空。收款方可见,会展示在收款用户的收支详情中。
|
|
//转账备注(支持200个英文/100个汉字)。当付款方为企业账户,且转账金额达到(大于等于)50000元,remark不能为空。收款方可见,会展示在收款用户的收支详情中。
|
|
$data['remark'] = 'GG语音提现';
|
|
$data['remark'] = 'GG语音提现';
|