oak-pay-business/es/entities/ApProduct.js

45 lines
1.3 KiB
JavaScript

;
export const entityDesc = {
locales: {
zh_CN: {
name: '支付宝支付产品',
attr: {
taxLossRatio: '渠道手续费百分比',
refundGapDays: '允许最大退款天数',
refundCompensateRatio: '退款渠道补偿百分比',
needReceiving: '用户确认收货后到账',
application: '关联应用',
enabled: '是否启用',
apAccount: '支付宝支付帐号',
type: '类型',
pays: '支付',
config: '配置',
},
v: {
type: {
person: '当面付',
native: '电脑网站支付',
mp: '小程序',
jsapi: 'JSAPI支付',
h5: '手机网站支付',
app: 'APP支付',
code: '订单码'
}
}
},
},
style: {
color: {
type: {
native: '#EB984E',
mp: '#7F8C8D',
jsapi: '#27AE60',
h5: '#3498DB',
app: '#EC7063',
person: '#F39C12',
code: '#8E44AD'
},
}
}
};