摘要: 参数说明 1. 文件发送接口参数 参数是否必填说明msgtype是消息类型,此时固定为filecontent是文件id,通过下文的文件上传接口获取 2. 文件上传接口参数 素材上传得到media_id,该media_id仅三天内有效 media_id只能是对应上传文件的机器人可以使用 请求方式:PO 阅读全文
posted @ 2022-01-05 18:23 linhuang 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 参数说明 参数是否必填说明msgtype是消息类型,此时固定为template_cardtemplate_card是具体的模版卡片参数 template_card的参数说明 参数是否必填说明card_type是模版卡片的模版类型,文本通知模版卡片的类型为text_noticesource否卡片来源样 阅读全文
posted @ 2022-01-05 18:09 linhuang 阅读(73) 评论(0) 推荐(0) 编辑
摘要: python 发送http请求报'set' object has no attribute 'items' 原因:低级出错,headers弄成一个字符串了。应该是一个字典 headers = { "Content-Type: multipart/form-data; boundary acebdf1 阅读全文
posted @ 2022-01-05 17:08 linhuang 阅读(40) 评论(0) 推荐(0) 编辑