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