@MicroService public interface Test extends ConcreteService
@Description(name="\u6c42\u548c") int add(@Description(name="\u88ab\u52a0\u6570") @Parameter(value="x1") int x1, @Description(name="\u52a0\u6570") @Parameter(value="x2") int x2)
void bodyTest(@Parameter(value="bodyInt")
Integer bodyInt,
@Parameter(value="notBodyInt")
Integer notBodyInt,
@Parameter(value="bodyStr")
String bodyStr,
@Parameter(value="notBodyStr")
String notBodyStr)
Float test()
Copyright © 2018. All rights reserved.