锶源昆仑会员+体验官

This commit is contained in:
2023-07-22 19:04:56 +08:00
commit 5a6b3517e6
439 changed files with 20654 additions and 0 deletions

35
api/index.js Normal file
View File

@@ -0,0 +1,35 @@
/*
* 手太欠
* 愿这世界都如故事里一样 美好而动人~
*/
// 体验官
import index from "./interfaces/index"
// 商城
import mall from "./interfaces/mall"
// 锶人中心
import user from "./interfaces/user"
// 授权登录
import auth from "./interfaces/auth"
// 图片上传
import file from "./interfaces/file"
// 库存
import stock from "./interfaces/stock"
// 档案
import member from "./interfaces/member"
export default{
index,
mall,
user,
auth,
file,
stock,
member
}