首先获取Plugin.BusinessProcessesQualityControl.dll和Plugin.CommonHttpCmd.dll加密狗授权文件 在HealthOne数据库中执行以下脚本注册接口: if not exists(select * from Core_Interfaces where code='IHOBPQCInfoClient') begin insert into Core_Interfaces(code,FileName,Description) select 'IHOBPQCInfoClient','Plugin.BusinessProcessesQualityControl.dll','业务流程质量控制公共接口' end if not exists(select * from Core_Interfaces where code='IHOCommonHttpCmd') begin insert into Core_Interfaces(code,FileName,Description) select 'IHOCommonHttpCmd','Plugin.CommonHttpCmd.dll','Http通用命令' end