93 lines
3.0 KiB
JavaScript
93 lines
3.0 KiB
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.entityDesc = void 0;
|
|
;
|
|
exports.entityDesc = {
|
|
locales: {
|
|
zh_CN: {
|
|
name: '支付宝支付帐号',
|
|
attr: {
|
|
aliPay: '支付宝支付',
|
|
appId: 'APPID',
|
|
taxLossRatio: '渠道手续费百分比',
|
|
refundGapDays: '允许最大退款天数',
|
|
refundCompensateRatio: '退款渠道补偿百分比',
|
|
allowWithdrawTransfer: '允许提现转账',
|
|
withdrawTransferLossRatio: '提现转账费率(百分数)',
|
|
mchId: '商家账号',
|
|
publicKeyPath: '公钥路径',
|
|
privateKeyPath: '私钥路径',
|
|
price: '余额',
|
|
system: '关联系统',
|
|
opers: '操作记录',
|
|
channels: '提现通道',
|
|
enabled: '是否启用',
|
|
needReceiving: '用户确认收货后到账',
|
|
mode: '接口加签方式',
|
|
alipayRootCertPath: '支付宝根证书路径',
|
|
alipayPublicCertPath: '支付宝公钥证书路径',
|
|
appCertPath: '应用公钥证书路径',
|
|
endpoint: '应用网关地址',
|
|
setting: "openId设置",
|
|
callbackUrl: '授权回调地址',
|
|
keyType: '指定应用私钥类型',
|
|
gateway: "支付宝网关地址",
|
|
wsServiceUrl: 'websocket服务地址',
|
|
timeout: "网关超时时间",
|
|
needEncrypt: "是否需要AES加解密",
|
|
encryptKey: 'AES密钥', //调用AES加解密相关接口时需要
|
|
},
|
|
action: {
|
|
pay: '支付',
|
|
refund: '退款',
|
|
withdrawTransfer: '提现转账',
|
|
compensate: '补偿',
|
|
moveIn: '转入',
|
|
moveOut: '转出',
|
|
deposit: '充值',
|
|
tax: '渠道费',
|
|
},
|
|
v: {
|
|
mode: {
|
|
publicKey: '公钥模式',
|
|
certificate: '证书模式'
|
|
},
|
|
setting: {
|
|
userId: 'userId',
|
|
openId: 'openId'
|
|
},
|
|
keyType: {
|
|
PKCS1: 'PKCS1',
|
|
PKCS8: 'PKCS8'
|
|
}
|
|
}
|
|
},
|
|
},
|
|
style: {
|
|
icon: {
|
|
pay: '',
|
|
refund: '',
|
|
withdrawTransfer: '',
|
|
compensate: '',
|
|
moveIn: '',
|
|
moveOut: '',
|
|
deposit: '',
|
|
tax: '',
|
|
},
|
|
color: {
|
|
mode: {
|
|
certificate: '#fff',
|
|
publicKey: '#fff'
|
|
},
|
|
setting: {
|
|
userId: '#fff',
|
|
openId: '#fff'
|
|
},
|
|
keyType: {
|
|
PKCS1: '#fff',
|
|
PKCS8: '#fff'
|
|
}
|
|
}
|
|
}
|
|
};
|