oak-pay-business/lib/entities/WpAccount.js

52 lines
1.6 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '微信支付帐号',
attr: {
wechatPay: '微信支付',
taxLossRatio: '渠道手续费百分比',
refundGapDays: '允许最大退款天数',
refundCompensateRatio: '退款渠道补偿百分比',
allowWithdrawTransfer: '允许提现转账',
withdrawTransferLossRatio: '提现转账费率(百分数)',
mchId: '商户号',
publicKeyFilePath: '公钥文件路径',
privateKeyFilePath: '私钥文件路径',
apiV3Key: 'apiV3Key',
price: '余额',
system: '关联系统',
opers: '操作记录',
channels: '提现通道',
enabled: '是否启用',
needReceiving: '用户确认收货后到账',
},
action: {
pay: '支付',
refund: '退款',
withdrawTransfer: '提现转账',
compensate: '补偿',
moveIn: '转入',
moveOut: '转出',
deposit: '充值',
tax: '渠道费',
}
},
},
style: {
icon: {
pay: '',
refund: '',
withdrawTransfer: '',
compensate: '',
moveIn: '',
moveOut: '',
deposit: '',
tax: '',
}
}
};