feat: 更新api配置文档

This commit is contained in:
DEV_DSW
2025-12-16 11:37:13 +08:00
parent d28d2d0e5a
commit cadf0d8098
27 changed files with 51 additions and 24 deletions

View File

@@ -0,0 +1,26 @@
{
"主页相关接口": "homepageRelatedApIs",
"智能体相关接口": "agentRelatedInterfaces",
"订单相关接口(运营端)": "orderRelatedInterfacesOperationsSide",
"组织管理相关接口": "organizationManagementRelatedInterfaces",
"通用接口": "universalInterface",
"商品相关接口": "productRelatedInterface",
"事件相关业务接口": "eventRelatedBusinessInterface",
"用户相关接口": "userRelatedInterface",
"商品交易规则信息管理": "commodityTradingRulesInformationManagement",
"向量化相关接口": "vectorizationRelatedInterfaces",
"活动信息表管理": "eventInformationFormManagement",
"组织角色信息管理": "organizationRoleInformationManagement",
"员工端相关接口": "employeeSideRelatedInterfaces",
"对话相关接口": "dialogueRelatedInterface",
"工单类型数据管理": "workOrderTypeDataManagement",
"商品信息管理": "productInformationManagement",
"组织成员信息管理": "organizationMemberInformationManagement",
"工单数据管理": "workOrderDataManagement",
"组织部门信息管理": "organizationDepartmentInformationManagement",
"导入相关业务接口": "importRelevantBusinessInterfaces",
"商品类型信息管理": "productTypeInformationManagement",
"组织向量化接口": "organizationVectorizationInterface",
"订单相关接口": "orderRelatedInterface",
"交易相关接口": "transactionRelatedInterface"
}

View File

@@ -4,6 +4,7 @@ export default [
{
serversPath: './src/renderer/api',
requestLibPath: '@utils/request',
isTranslateToEnglishTag: true,
apifoxConfig: {
projectId: process.env.APIFOX_PROJECT_ID || '6424418',
apifoxToken: process.env.APIFOX_ACCESS_TOKEN || ''

View File

@@ -3,7 +3,7 @@
export * from './types';
export * from './getServiceUrl';
export * from './zhuyexiangguanjiekou';
export * from './homepageRelatedApIs';
export * from './createWorkOrder';
export * from './queryTemplateList';
export * from './closeWorkOrder';
@@ -18,34 +18,34 @@ export * from './organizationWorkOrderList';
export * from './submitFeedback';
export * from './upload';
export * from './workOrderTypeListForBiz';
export * from './yonghuxiangguanjiekou';
export * from './jiaoyixiangguanjiekou';
export * from './dingdanxiangguanjiekouyunyingduan';
export * from './dingdanxiangguanjiekou';
export * from './userRelatedInterface';
export * from './transactionRelatedInterface';
export * from './orderRelatedInterfacesOperationsSide';
export * from './orderRelatedInterface';
export * from './quickBookingList';
export * from './shangpinxiangguanjiekou';
export * from './duihuaxiangguanjiekou';
export * from './productRelatedInterface';
export * from './dialogueRelatedInterface';
export * from './getMemberStatus';
export * from './organizationGroupList';
export * from './yuangongduanxiangguanjiekou';
export * from './shijianxiangguanyewujiekou';
export * from './daoruxiangguanyewujiekou';
export * from './employeeSideRelatedInterfaces';
export * from './eventRelatedBusinessInterface';
export * from './importRelevantBusinessInterfaces';
export * from './agentController';
export * from './zhinengtixiangguanjiekou';
export * from './agentRelatedInterfaces';
export * from './assistant';
export * from './xianglianghuaxiangguanjiekou';
export * from './zuzhixianglianghuajiekou';
export * from './gongdanleixingshujuguanli';
export * from './zuzhijiaosexinxiguanli';
export * from './zuzhichengyuanxinxiguanli';
export * from './zuzhibumenxinxiguanli';
export * from './huodongxinxibiaoguanli';
export * from './tongyongjiekou';
export * from './shangpinleixingxinxiguanli';
export * from './shangpinjiaoyiguizexinxiguanli';
export * from './shangpinxinxiguanli';
export * from './zuzhiguanlixiangguanjiekou';
export * from './gongdanshujuguanli';
export * from './vectorizationRelatedInterfaces';
export * from './organizationVectorizationInterface';
export * from './workOrderTypeDataManagement';
export * from './organizationRoleInformationManagement';
export * from './organizationMemberInformationManagement';
export * from './organizationDepartmentInformationManagement';
export * from './eventInformationFormManagement';
export * from './universalInterface';
export * from './productTypeInformationManagement';
export * from './commodityTradingRulesInformationManagement';
export * from './productInformationManagement';
export * from './organizationManagementRelatedInterfaces';
export * from './workOrderDataManagement';
export * from './list';
export * from './getTemplateTypeList';
export * from './getClientConfigByOrg';