@@ -68,7 +68,7 @@ func Jsyb1101(certNo string, org_name string, doctor string, fixmedins_code stri
fmt.Println(err.Error())
return err.Error(), ""
}
- key := "_api_access_key=" + access_key + "&_api_name=" + "hssServives" + "&_api_timestamp=" + strconv.FormatInt(timestamp, 10) + "&_api_version=" + "1.0.0"
+ //key := "_api_access_key=" + access_key + "&_api_name=" + "hssServives" + "&_api_timestamp=" + strconv.FormatInt(timestamp, 10) + "&_api_version=" + "1.0.0"
request.Header.Set("Content-Type", "application/json;charset=UTF-8")
request.Header.Set("_api_timestamp", strconv.FormatInt(timestamp, 10))