Browse Source

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

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

+ 1 - 1
service/gdyb_service.go View File

@@ -1259,7 +1259,7 @@ func Gdyb9101(baseParams models.BaseParams, file_name string, file_byte []byte)
1259 1259
 
1260 1260
 	inputMessage["infno"] = "9101"                         // 交易编码
1261 1261
 	inputData["file_name"] = file_name                     //文件名
1262
-	inputData["in"] = bytes.NewBuffer(file_byte).Bytes()   //文件数据
1262
+	inputData["in"] = file_byte                            //文件数据
1263 1263
 	inputData["fixmedins_code"] = baseParams.FixmedinsCode //编码
1264 1264
 
1265 1265
 	input["fsUploadIn"] = inputData