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

36 lines
876 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;
export const entityDesc = {
locales: {
zh_CN: {
name: '微信支付产品',
attr: {
wpAccount: '微信支付帐号',
type: '类型',
application: '关联应用',
enabled: '有效中',
pays: '支付',
},
v: {
type: {
native: 'native二维码',
mp: '小程序',
jsapi: 'jsApi',
h5: 'h5唤起微信',
app: 'App',
}
}
},
},
style: {
color: {
type: {
native: '#EB984E',
mp: '#7F8C8D',
jsapi: '#27AE60',
h5: '#3498DB',
app: '#EC7063'
},
}
}
};