Package cn.vertxup.tpl.api
Interface MenuAgent
@EndPoint
@Path("/api")
public interface MenuAgent
- Author:
- Lang
-
Method Summary
-
Method Details
-
fetchMy
@POST @Path("/my/menu/fetch") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf/X-MENU/MY/FETCH") io.vertx.core.json.JsonObject fetchMy(@BodyParam io.vertx.core.json.JsonObject body) -
saveMy
@POST @Path("/my/menu/save") @Address("\u1f08\u03c4\u03bb\u03b1\u03bd\u03c4\u1f76\u03c2 \u03bd\u1fc6\u03c3\u03bf\u03c2://\u03a0\u03c1\u03cc\u03c4\u03c5\u03c0\u03bf/X-MENU/MY/SAVE") io.vertx.core.json.JsonObject saveMy(@BodyParam io.vertx.core.json.JsonObject body)
-