c# 调用银海医保接口
接口说明
属性 值
App ID
Type Library ID
Program ID yinhai.xjcj.interface
COM ClassName COClass_n_yh_interface
COM ClassID
Interface Type Dual Interface
Interface Name In_yh_interface
Interface ID
引用了动态库yh_interface.dll后,直接声明类,调用函数
初始化函数返回1,成功
CoClass_n_yh_interfaceClass yh_qyb = new CoClass_n_yh_interfaceClass();
this.yh_qyb.yh_interface_init(ref this.iReturn, ref this.sErr); --retun 1 成功
this.yh_qyb.yh_interface_call(sJybh... --return -1 失败
错误提示 “不是通过代理接口调用的” 不是直接调用的么,据说dll是pb写的?