购物车
This commit is contained in:
@@ -36,6 +36,9 @@ import withdraw from "./interfaces/withdraw"
|
||||
// 售后服务
|
||||
import refund from "./interfaces/refund"
|
||||
|
||||
// 购物袋
|
||||
import bag from "./interfaces/bag"
|
||||
|
||||
export default {
|
||||
auth,
|
||||
bank,
|
||||
@@ -47,5 +50,6 @@ export default {
|
||||
pay,
|
||||
idcard,
|
||||
withdraw,
|
||||
refund
|
||||
refund,
|
||||
bag
|
||||
}
|
||||
Reference in New Issue
Block a user