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:
[email protected]


Reply via email to