Explorar el Código

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

csx hace 3 años
padre
commit
dffc5841c7
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      service/gdyb_service.go

+ 1 - 2
service/gdyb_service.go Ver fichero

@@ -212,7 +212,6 @@ func Gdyb1101(certNo string, org_name string, doctor string, fixmedins_code stri
212 212
 	url := gdyb_url + "1101"
213 213
 
214 214
 	if insuplc_admdvs == "421300" {
215
-		inputMessage["infver"] = "V2.0"
216 215
 		bytesData, err := json.Marshal(inputMessage)
217 216
 		var json2 string
218 217
 		cmd := exec.Command("java", "-jar", "yh_hb_fat.jar", "1101", string(bytesData), json2)
@@ -2722,7 +2721,7 @@ func SetInputMessage(nonce string, timestamp int64, org_name string, doctor stri
2722 2721
 	inputMessage["dev_safe_info"] = ""                                                          // 设备安全信息
2723 2722
 	inputMessage["cainfo"] = ""                                                                 // 数字签名信息
2724 2723
 	inputMessage["signtype"] = ""                                                               // 签名类型
2725
-	inputMessage["infver"] = "V1.0"                                                             // 接收方系统代码
2724
+	inputMessage["infver"] = "V2.0"                                                             // 接收方系统代码
2726 2725
 	inputMessage["opter_type"] = "1"                                                            // 经办人类别
2727 2726
 	inputMessage["opter"] = doctor                                                              // 经办人
2728 2727
 	inputMessage["opter_name"] = doctor                                                         // 经办人姓名