企获客基础班本接口方法等描述
This commit is contained in:
13
apis/index.js
Normal file
13
apis/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
/*
|
||||
* 接口路由
|
||||
*/
|
||||
|
||||
import file from "./interfaces/file"
|
||||
import auth from "./interfaces/auth"
|
||||
|
||||
|
||||
export default{
|
||||
file,
|
||||
auth
|
||||
}
|
||||
Reference in New Issue
Block a user