little-cui commented on code in PR #1324:
URL:
https://github.com/apache/servicecomb-service-center/pull/1324#discussion_r949081540
##########
pkg/rest/util.go:
##########
@@ -116,3 +119,18 @@ func ReadBody(r *http.Request) ([]byte, error) {
r.Body = io.NopCloser(bytes.NewReader(data))
return data, nil
}
+
+func ParseQueries(query url.Values, key string) map[string]string {
Review Comment:
不应该放到rest util里,就是parseProperties keyvalue,我改名了
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]