You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.3 KiB
40 lines
1.3 KiB
<?php
|
|
return [
|
|
'labels' => [
|
|
'Order' => '代付订单',
|
|
'order' => '代付订单',
|
|
],
|
|
'fields' => [
|
|
'if_code' => '渠道码',
|
|
'mch_no' => '商户号',
|
|
'app_id' => '应用ID',
|
|
'mch_order_no' => '商户订单号',
|
|
'entry_type' => '入账方式',
|
|
'amount' => '代付金额',
|
|
'currency' => '货币代码',
|
|
'account_no' => '收款账号',
|
|
'account_name' => '收款人姓名',
|
|
'bank_name' => '收款账户开户行名称',
|
|
'bank_code' => '收款账户开户行编码',
|
|
'client_ip' => '客户端IP',
|
|
'transfer_desc' => '转账备注信息',
|
|
'notify_url' => '异步通知地址',
|
|
'ext_param' => '扩展参数',
|
|
'channel_extra' => '渠道特殊参数',
|
|
'state' => '转账状态',
|
|
'transfer_id' => '转账订单号',
|
|
'channel_order_no' => '渠道转账单号',
|
|
'errCode' => '渠道错误码',
|
|
'errMsg' => '渠道错误描述',
|
|
'success_time' => '成功时间',
|
|
],
|
|
'options' => [
|
|
'state' => [
|
|
0 => '订单生成',
|
|
1 => '转账中',
|
|
2 => '转账成功',
|
|
3 => '转账失败',
|
|
4 => '转账关闭',
|
|
],
|
|
],
|
|
];
|