// @ts-ignore // API 更新时间: // API 唯一标识: import * as auth from './auth'; import * as common from './common'; import * as oauth from './oauth'; export default { auth, oauth, common, };