You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/12/29 03:35:23 UTC

[GitHub] [servicecomb-service-center] DFSOrange commented on a change in pull request #800: implement of mongo DumpCache interface and optimization of syncer

DFSOrange commented on a change in pull request #800:
URL: https://github.com/apache/servicecomb-service-center/pull/800#discussion_r549556012



##########
File path: client/microservice.go
##########
@@ -94,7 +94,7 @@ func (c *Client) ServiceExistence(ctx context.Context, domain, project string, a
 	query := url.Values{}
 	query.Set("type", "microservice")
 	query.Set("env", env)
-	query.Set("appID", appID)
+	query.Set("appId", appID)
 	query.Set("serviceName", serviceName)
 	query.Set("version", versionRule)
 

Review comment:
       ID是规范的,请修改另一处




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org