|
@@ -64,7 +64,7 @@ func Gdyb1201(certNo string, org_name string, doctor string, fixmedins_code stri
|
64
|
64
|
|
65
|
65
|
ole.CoInitialize(0)
|
66
|
66
|
unknown, _ := oleutil.CreateObject("yinhai.yh_hb_sctr")
|
67
|
|
- xmlhttp, _ := unknown.QueryInterface(ole.IID_IDispatch)
|
|
67
|
+ xmlhttp, _ := unknown.QueryInterface(ole.IID_IUnknown)
|
68
|
68
|
var str3 string
|
69
|
69
|
//str := make([]byte, 256)
|
70
|
70
|
//str1 := make([]byte, 256)
|