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

43 lines
1.2 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '微信支付产品',
attr: {
taxLossRatio: '渠道手续费百分比',
refundGapDays: '允许最大退款天数',
refundCompensateRatio: '退款渠道补偿百分比',
needReceiving: '用户确认收货后到账',
application: '关联应用',
enabled: '是否启用',
wpAccount: '微信支付帐号',
type: '类型',
pays: '支付',
},
v: {
type: {
native: '扫码',
mp: '小程序',
jsapi: 'jsApi',
h5: 'H5唤起微信',
app: 'App',
}
}
},
},
style: {
color: {
type: {
native: '#EB984E',
mp: '#7F8C8D',
jsapi: '#27AE60',
h5: '#3498DB',
app: '#EC7063'
},
}
}
};