Browse Source

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

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

+ 2 - 3
service/gdyb_service.go View File

@@ -22,7 +22,6 @@ import (
22 22
 	"os/exec"
23 23
 	"path/filepath"
24 24
 	"strconv"
25
-	"strings"
26 25
 	"syscall"
27 26
 	"time"
28 27
 	"unsafe"
@@ -1903,8 +1902,8 @@ func Gdyb9101(baseParams models.BaseParams, file_name string, file_byte []byte)
1903 1902
 	timestamp := time.Now().Unix()
1904 1903
 	signature := setSignature(timestamp, nonce, baseParams.SecretKey)
1905 1904
 
1906
-	buf := new(bytes.Buffer)
1907
-	buf.ReadFrom(strings.NewReader(string(file_byte)))
1905
+	//buf := new(bytes.Buffer)
1906
+	//buf.ReadFrom(strings.NewReader(string(file_byte)))
1908 1907
 
1909 1908
 	inputMessage := SetInputMessage(nonce, timestamp, baseParams.OrgName, baseParams.Doctor, baseParams.FixmedinsCode, baseParams.InsuplcAdmdvs, baseParams.MdtrtareaAdmvs)
1910 1909
 	input := make(map[string]interface{})