企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 方法名: bo.file.up ### 输入 | 名称 | 是否必须 | 类型|描述 | --- | --- |--- |--- | formFileModel|是|类型:com.actionsoft.sdk.service.model.FormFileModel* 属性:appId/String 属性:boId/String 属性:boItemName/String 属性:boName/String 属性(Timestamp):createDate/Timestamp 属性:createUser/String 属性:ext1/String 属性:fileName/String 属性:fileSize/long 属性:id/String 属性:processInstId/String 属性:remark/String 属性:taskInstId/String|表单附件模型 data|是|类型:com.actionsoft.sdk.service.model.UploadFile* 属性(列表):content/byte 属性:name/String|附件文件模型。如果是Web服务调用,该参数的格式为:fileName + "@" + Base64.encodeBase64String(fileContentBytes) ### 输出类型: 类型:com.actionsoft.sdk.service.response.dc.FileResponse* 属性(UploadFile):data/ 类型:com.actionsoft.sdk.service.model.UploadFile* 属性(列表):content/byte * 属性:name/String ***** ##bo.file.up ~~~[api] get:bo.file.up *formFileModel# 表单附件模型 【字段类型:com.actionsoft.sdk.service.model.FormFileModel* 属性:appId/String 属性:boId/String 属性:boItemName/String 属性:boName/String 属性(Timestamp):createDate/Timestamp 属性:createUser/String 属性:ext1/String 属性:fileName/String 属性:fileSize/long 属性:id/String 属性:processInstId/String 属性:remark/String 属性:taskInstId/String】 *data# 附件文件模型。如果是Web服务调用,该参数的格式为:fileName + "@" + Base64.encodeBase64String(fileContentBytes)【字段类型:com.actionsoft.sdk.service.model.UploadFile* 属性(列表):content/byte 属性:name/String】 <<< success { "data": "String" } <<< error 参见错误码说用 ~~~