云账号-银行卡提现功能提交

This commit is contained in:
2025-12-17 11:16:08 +08:00
parent a462d63bc5
commit d2f9c457ad

View File

@@ -149,8 +149,8 @@ class YunPay
'dealer_id' => $this->sys_config->dealer_id, // 平台企业 ID
'broker_id' => $this->sys_config->broker_id, // 综合服务主体 ID
'real_name' => $this->real_name,
'card_no' => $this->id_card,
'id_card' => $this->card_no,
'card_no' => $this->card_no,
'id_card' => $this->id_card,
'phone_no' => $this->phone,
'pay' => $this->order_amount,
'pay_remark' => $this->remark,