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

21 lines
560 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '微信小程序物流接口',
attr: {
sort: '排序',
phatom1: '备用属性一',
phatom2: '备用属性二',
wpProduct: '关联小程序支付',
disabled: '是否禁用',
ships: '关联快递',
system: '所属系统'
},
},
},
};