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

9 lines
237 B
JavaScript

import { getWithdrawCreateData } from './withdraw';
import { getExpressPrintInfo, getMpShipState } from './ship';
const aspectDict = {
getMpShipState,
getWithdrawCreateData,
getExpressPrintInfo,
};
export default aspectDict;