Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
ab9b3ad7d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/gdyb_service.go

+ 1 - 1
service/gdyb_service.go View File

@@ -72,7 +72,7 @@ func Gdyb1201(certNo string, org_name string, doctor string, fixmedins_code stri
72 72
 
73 73
 	//p := (*string)(unsafe.Pointer(str))
74 74
 	//var str6 *string
75
-	str := string(make([]byte, 256))
75
+	str := make([]*byte, 256)
76 76
 	if err != nil {
77 77
 		log.Fatal("QueryInterface: ", err)
78 78
 	}