- 请问审批应用中,附件这个字段如何才能显示为图片呢?现在这样只能下载,谢谢
"apply_data": { "contents": [{ "control": "Text", "id": "Text-1593752675801", "title": [{ "text": "文本控件", "lang": "zh_CN" }], "value": { "text": "这里是事项说明,您可以详细阐述具体情况" } }, { "control": "Text", "id": "File-1593758488659", "title": [{ "text": "附件", "lang": "zh_CN" }], "value": { "files": [{ "file_id": "3z7BL-ZnAqXDWGT-Ior8bhLXxg5xLd0E46oDqmQqpG3X-Xzf3ITDPJ9-iS0vvGu-u" }] } } ] },
2020-07-03 - 301025 调用内置审批出错,啥问题?
使用网页右上角自带的工具,调用发起审批时报错。 请求地址 https://qyapi.weixin.qq.com/cgi-bin/oa/applyevent 请求方式:POST body内容如下: { "creator_userid": "color_starry_sky", "template_id": "3TkapapmFstFPbzas9gVAFSYbcYBjEzjmoXa8oLC", "use_template_approver": 0, "approver": [{ "attr": 2, "userid": ["color_starry_sky", "color_starry_sky"] }, { "attr": 1, "userid": ["color_starry_sky"] } ], "notifyer": ["color_starry_sky", "color_starry_sky"], "notify_type": 1, "apply_data": { "controls": [{ "property": { "control": "Text", "id": "Text-1593752675801", "title": [{ "text": "文本", "lang": "zh_CN" }], "placeholder": [{ "text": "", "lang": "zh_CN" }], "require": 0, "un_print": 0 } }] } } 错误情况如下, 调用接口提交审批申请请求地址https://qyapi.weixin.qq.com/cgi-bin/oa/applyevent返回状态status: HTTP/1.1 200 OK connection: close error-code: 301025 error-msg: get approval param error, hint: [1593752989_61_f0259b840f6b82f055724c7905cb6d86], from ip: 100.66.97.245, more info at https://open.work.weixin.qq.com/devtool/query?e=301025 content-type: application/json; charset=UTF-8 content-length: 203 返回结果{ "errcode": 301025, "errmsg": "get approval param error, hint: [1593752989_61_f0259b840f6b82f055724c7905cb6d86], from ip: 100.66.97.245, more info at https://open.work.weixin.qq.com/devtool/query?e=301025" } 请问是什么问题?谢谢!
2020-07-03