[最新更新]

This commit is contained in:
2024-03-04 15:13:17 +08:00
parent 51a04d53ce
commit ee98f5921d
42 changed files with 1853 additions and 74 deletions

View File

@@ -39,6 +39,9 @@ import refund from "./interfaces/refund"
// 购物袋
import bag from "./interfaces/bag"
// 增收赋能
import empower from "./interfaces/empower"
export default {
auth,
bank,
@@ -51,5 +54,6 @@ export default {
idcard,
withdraw,
refund,
bag
bag,
empower
}