uni-ticket-system/src/http/index.js

8 lines
67 B
JavaScript
Raw Normal View History

2023-12-05 02:14:34 +00:00
2023-12-05 02:14:11 +00:00
import deposit from "./deposit";
export default {
2023-12-05 02:14:34 +00:00
2023-12-05 02:14:11 +00:00
deposit,
2023-12-05 02:14:34 +00:00
2023-12-05 02:14:11 +00:00
};