Procházet zdrojové kódy

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

csx před 3 roky
rodič
revize
1a45a698f7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      service/zh_his_service.go

+ 1 - 1
service/zh_his_service.go Zobrazit soubor

@@ -142,7 +142,7 @@ func ZHGdyb2401(struct2401 Struct2401, secret_key string, org_name string, fixme
142 142
 	inputMessage := SetInputMessage(nonce, timestamp, org_name, doctor, fixmedins_code, insuplc_admdvs, mdtrtarea_admvs)
143 143
 	input := make(map[string]interface{})
144 144
 	inputData := make(map[string]interface{})
145
-	inputMessage["infno"] = "2201"              // 交易编码
145
+	inputMessage["infno"] = "2401"              // 交易编码
146 146
 	inputData["psn_no"] = struct2401.PsnNo      // 人员编号 (来自1101接口返回)
147 147
 	inputData["insutype"] = struct2401.Insutype // 险种类型(来自1101接口返回)
148 148
 	inputData["tel"] = ""