程序包 net.risesoft.api
类 PrintApiImpl
- java.lang.Object
-
- net.risesoft.api.PrintApiImpl
-
-
方法详细资料
-
openDocument
public net.risesoft.pojo.Y9Result<String> openDocument(@RequestParam String tenantId, @RequestParam String itemId)
打开打印模板- 指定者:
openDocument在接口中PrintApi- 参数:
tenantId- 租户iditemId- 事项id- 返回:
Y9Result<String>通用请求返回对象 -data是模版文件ID- 从以下版本开始:
- 9.6.6
-
-