Browse Source

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

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

+ 1 - 1
service/jsyb_service.go View File

@@ -93,7 +93,7 @@ func Jsyb1101(certNo string, org_name string, doctor string, fixmedins_code stri
93 93
 	//str := string(respBytes)
94 94
 	//return str, inputLog
95 95
 	//request_url = "http://10.72.3.87:8086/CSB/1101"
96
-	return HttpRequest(request_url, access_key, secret_key, timestamp, bytesData, string(bytesData)), ""
96
+	return HttpRequest(request_url, access_key, secret_key, timestamp/1000, bytesData, string(bytesData)), ""
97 97
 }
98 98
 func HttpRequest(url string, ak string, sk string, timestamp int64, requestByte []byte, json string) string {
99 99
 	fmt.Println(url)