public interface PrintApi
net.risesoft.pojo.Y9Result<String>
openDocument(String tenantId, String itemId)
@GetMapping("/openDocument") net.risesoft.pojo.Y9Result<String> openDocument(@RequestParam("tenantId") String tenantId, @RequestParam("itemId") String itemId)
tenantId
itemId
Y9Result<String>