[本时生活小程序-线上备份]

This commit is contained in:
张慢慢
2021-05-21 15:02:18 +08:00
commit f0302de899
206 changed files with 12884 additions and 0 deletions

29
api/index.js Normal file
View File

@@ -0,0 +1,29 @@
/*
* 亿时代 v1.0.0 (2020-07-02 09:25:32)
*https://card.ysd-bs.com/api/
*/
// 首页
import index from "./interfaces/index"
// 授权登录
import enroll from "./interfaces/enroll"
// 个人中心
import user from "./interfaces/user"
// 地址管理
import address from "./interfaces/address"
// 兑换订单
import exchange from "./interfaces/exchange"
export default{
index,
enroll,
user,
address,
exchange
}