Explorar el Código

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

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

+ 1 - 1
service/gdyb_service.go Ver fichero

@@ -2971,7 +2971,7 @@ func Gdyb4101(struct4101 Struct4101, secret_key string, org_name string, doctor
2971 2971
 		inputMessage["infno"] = "4101A" // 交易编码
2972 2972
 
2973 2973
 	} else {
2974
-		inputMessage["infno"] = "4101" // 交易编码
2974
+		inputMessage["infno"] = "4101A" // 交易编码
2975 2975
 
2976 2976
 	}
2977 2977