表单截图
版本:Since V8.0
对外接口调用:
**类路径:**com.seeyon.cap4.form.api.FormApi4Cap4
**方法名:**String doFormCapture(FormCaptureParamBean bean) throws BusinessException
说明:非rest接口,为seeyon 后端 api接口
参数说明
FormCaptureParamBean的结构:
参数 | 类型 | 是否必填 | 说明 |
---|---|---|---|
rightId | String | 是 | 权限id |
moduleId | Long | 是 | 对应流程表中的summaryId |
moduleType | Ineteger | 是 | cap无流程表单:42;协同表单:1 |
renderType | String | 是 | 渲染类型,两种选项:base64,pdf |
requestParams | Map<String, Object> | 是 | map中需要4个参数,serverName(如:127.0.0.1),serverPort(如:8080),scheme(如:http、https),contextPath(如:seeyon) |
返回参数说明
如果renderType=base64,返回的是一个字符串,图片的base64编码,可以通过![[xxx|xxx]] img src="xxx" 的方式在页面显示这张图片
如果renderType=pdf,返回的是一个url下载路径,该路径返回的是一个pdf文件,截图的内容包含在pdf文件中
创建人:yinyanting