Browse Source

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

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

+ 1 - 1
service/jsyb_service.go View File

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