|
@@ -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{})
|