oak-pay-business/lib/aspects/index.js

12 lines
415 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const withdraw_1 = require("./withdraw");
const ship_1 = require("./ship");
const aspectDict = {
getMpShipState: ship_1.getMpShipState,
getWithdrawCreateData: withdraw_1.getWithdrawCreateData,
getExpressPrintInfo: ship_1.getExpressPrintInfo,
shipConfirmSuccess: ship_1.shipConfirmSuccess,
};
exports.default = aspectDict;