简要描述:

  • 重命名分组

请求域名:

  • http://xx.com

请求URL:

POST:route=plugin.wechat.frontend.send.sendall

参数:

参数名 是否必须 类型 说明
media_id string 微信公众端文件id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "发送成功!"
}

返回参数说明:

参数名 类型 说明
media_id string 微信端图片id
filename string 图片名称
attachment string 图片路径
attachment string 图片路径

备注:

  • 更多返回错误代码请看首页的错误代码描述