This commit is contained in:
2026-01-18 15:27:43 +08:00
parent a0378b5cbd
commit 567e77cd87
14 changed files with 358 additions and 620 deletions

View File

@@ -0,0 +1,6 @@
import http from './http'
import { createBaiLianService } from '@gold/api/services/bailian'
const defaultService = createBaiLianService(http)
export default defaultService