简要描述:

  • 后台同步微信素材接口

请求域名:

  • http://xx.com

请求URL:

POST:route=plugin.wechat.admin.material.controller.sync-wechat.index&type=image

参数:

参数名 是否必须 类型 说明
type string 同步类型,可选有以下四种:image,voice,video,news

返回示例:

正确时返回:

{
    "result": 1, 
    "msg": "图片同步成功", 
    "data": []
}

错误时返回:

{
    "result": 0, 
    "msg": "图片同步失败", 
    "data": []
}

返回参数说明:

参数名 类型 说明
result int 成功或者失败的状态码,0为失败,1为成功
msg string 提示信息
data array 数据

备注:

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