Uses of Class
io.github.lunasaw.zlm.entity.req.StackReq
Packages that use StackReq
-
Uses of StackReq in io.github.lunasaw.zlm.api
Methods in io.github.lunasaw.zlm.api with parameters of type StackReqModifier and TypeMethodDescriptionstatic ServerResponse<String>ZlmRestService.stackReset(String host, String secret, StackReq req) 多屏拼接 - 重置(POST JSON body)。static ServerResponse<String>ZlmRestService.stackStart(String host, String secret, StackReq req) 多屏拼接 - 开始(POST JSON body)。 -
Uses of StackReq in io.github.lunasaw.zlm.api.controller
Methods in io.github.lunasaw.zlm.api.controller with parameters of type StackReqModifier and TypeMethodDescriptionZlmApiController.stackReset(StackReq req) 多屏拼接 - 重置ZlmApiController.stackStart(StackReq req) 多屏拼接 - 开始