lilai23 commented on a change in pull request #800:
URL:
https://github.com/apache/servicecomb-service-center/pull/800#discussion_r549560230
##########
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:
go-chassis/cari/discovery包中定义的是appId,刚才修改另一处后提交代码Integration
Testing不能通过,保持一致还是改成appId
----------------------------------------------------------------
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]