Files
sionrui/frontend/app/web-gold/src/api/tikhub/index.js

8 lines
201 B
JavaScript
Raw Normal View History

2025-11-10 00:59:40 +08:00
/**
* TikHub API 统一导出
*/
export { TikhubService } from './tikhub.js'
export { default } from './tikhub.js'
export { InterfaceType, MethodType, InterfaceUrlMap, ParamType } from './types.js'