fetch(modify):修复API的URL
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m1s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m1s
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
/**
|
||||
* 客户账号管理 API
|
||||
* 客户账号管理 API (企业账号)
|
||||
*
|
||||
* @deprecated 此 API 已废弃,请使用统一的 AccountService 代替
|
||||
* @see AccountService - 统一账号管理接口 (/api/admin/accounts)
|
||||
*
|
||||
* 迁移说明:
|
||||
* - 所有账号类型统一使用 /api/admin/accounts 接口
|
||||
* - 通过 user_type 参数区分账号类型 (2=平台, 3=代理, 4=企业)
|
||||
* - customer-accounts 已改名为 enterprise(企业账号)
|
||||
* - 详见:docs/迁移指南.md
|
||||
*/
|
||||
|
||||
import { BaseService } from '../BaseService'
|
||||
|
||||
Reference in New Issue
Block a user