Browse Source

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

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

+ 1 - 1
service/gdyb_service.go View File

@@ -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