🎉 feat: initialization
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/* eslint-disable */
|
||||
// API 更新时间:
|
||||
// API 唯一标识:
|
||||
import * as auth from "./auth";
|
||||
import * as common from "./common";
|
||||
import * as oauth from "./oauth";
|
||||
export default {
|
||||
auth,
|
||||
oauth,
|
||||
common,
|
||||
};
|
||||
Reference in New Issue
Block a user