48 lines
1.5 KiB
JavaScript
48 lines
1.5 KiB
JavaScript
;
|
|
export const entityDesc = {
|
|
locales: {
|
|
zh_CN: {
|
|
name: '微信支付帐号',
|
|
attr: {
|
|
wechatPay: '微信支付',
|
|
taxLossRatio: '商户号手续费(百分比)',
|
|
refundCompensateRatio: '退款补偿百分比',
|
|
refundGapDays: '(支付后)允许退款的天数',
|
|
allowWithdrawTransfer: '允许提现转账',
|
|
withdrawTransferLossRatio: '提现转账费率(百分数)',
|
|
mchId: '商户号',
|
|
publicKeyFilePath: '公钥文件路径',
|
|
privateKeyFilePath: '私钥文件路径',
|
|
apiV3Key: 'apiV3Key',
|
|
price: '余额',
|
|
system: '关联系统',
|
|
opers: '操作记录',
|
|
channels: '提现通道',
|
|
enabled: '是否启用',
|
|
},
|
|
action: {
|
|
pay: '支付',
|
|
refund: '退款',
|
|
withdrawTransfer: '提现转账',
|
|
compensate: '补偿',
|
|
moveIn: '转入',
|
|
moveOut: '转出',
|
|
deposit: '充值',
|
|
tax: '渠道费',
|
|
}
|
|
},
|
|
},
|
|
style: {
|
|
icon: {
|
|
pay: '',
|
|
refund: '',
|
|
withdrawTransfer: '',
|
|
compensate: '',
|
|
moveIn: '',
|
|
moveOut: '',
|
|
deposit: '',
|
|
tax: '',
|
|
}
|
|
}
|
|
};
|