[本时生活小程序-线上备份]
This commit is contained in:
29
api/index.js
Normal file
29
api/index.js
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user