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

17 lines
399 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '微信支付',
attr: {
payNotifyUrl: '支付通知回调',
refundNotifyUrl: '退款通知回调',
system: '关联系统'
},
},
},
};