freegaga commented on issue #10165:
URL: https://github.com/apache/dubbo/issues/10165#issuecomment-1157134765
com.cloud.hub.dto.Command 这个参数是入参还是出参
---------------------------------------------------------------------
这个是入参,伪代码如下
@Override
public Res<JSONObject> command(Command command) {
JSONObject param = new JSONObject();
@param.put("key","test");
return Res.data(param);
}
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]