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', serversPath: './src/renderer/api',
requestLibPath: '@utils/request', requestLibPath: '@utils/request',
isTranslateToEnglishTag: true,
apifoxConfig: { apifoxConfig: {
projectId: process.env.APIFOX_PROJECT_ID || '6424418', projectId: process.env.APIFOX_PROJECT_ID || '6424418',
apifoxToken: process.env.APIFOX_ACCESS_TOKEN || '' apifoxToken: process.env.APIFOX_ACCESS_TOKEN || ''

View File

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