humingcheng commented on code in PR #329:
URL: https://github.com/apache/servicecomb-kie/pull/329#discussion_r2610556263


##########
server/resource/v1/doc_struct.go:
##########
@@ -202,7 +202,7 @@ type KVUpdateBody struct {
 
 // DeleteBody is the request body struct of delete multiple kvs interface
 type DeleteBody struct {
-       IDs []string `json:"ids"`
+       IDs []string `json:"ids" 
validate:"required,min=1,max=100,dive,required"`

Review Comment:
   补充测试用例



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

Reply via email to