|
@@ -649,8 +649,8 @@ func Gdyb2203(psnNo string, mdtrtId string, doctor string, department string, or
|
649
|
649
|
nonce := GetRandomString(32)
|
650
|
650
|
timestamp := time.Now().Unix()
|
651
|
651
|
signature := setSignature(timestamp, nonce, secret_key)
|
652
|
|
- tempTime := time.Unix(timestamp, 0)
|
653
|
|
- timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
|
|
652
|
+
|
|
653
|
+
|
654
|
654
|
|
655
|
655
|
inputMessage := SetInputMessage(nonce, timestamp, org_name, dept, fixmedins_code, insuplc_admdvs, mdtrtarea_admvs)
|
656
|
656
|
input := make(map[string]interface{})
|