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

6 lines
130 B
JavaScript

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