{ "_api": "这是企业微信图文信息 api 文件", "_api": "【企业微信】", "url": "\"https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=$(curl -s \"https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=${corpid}&corpsecret=${corpsecret}\"|jq '.access_token'|sed 's/\"//g')\"", "data": "@${tempjsonpath}", "content_type": "Content-Type: application/json", "str_title_start": "", "str_title_end": "", "str_linefeed": "
", "str_splitline": "
", "str_space": " ", "str_tab": "", "type": { "touser": "\"${userid}\"", "msgtype": "\"mpnews\"", "agentid": "\"${agentid}\"", "mpnews":{ "articles":[ { "title": "\"${1} ${nowtime}\"", "thumb_media_id": "\"`curl \"https://qyapi.weixin.qq.com/cgi-bin/media/upload?access_token=$(curl -s \"https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=${corpid}&corpsecret=${corpsecret}\"|jq '.access_token'|sed 's/\"//g')&type=image\" -F \"file=@${mediapath}\"|jq '.media_id'|sed 's/\"//g'`\"", "author": "\"\"", "content_source_url": "\"\"", "content": "\"${2}\"", "digest": "\"\"" } ] }, "safe":0 } }