简要描述:

  • 添加链接

请求域名:

  • http://xx.com

请求URL:

GET/route=plugin.promotion-assistant.api.assistant.add
POST/route=plugin.promotion-assistant.api.assistant.add

参数:

参数名 是否必须 类型 说明
type int 1=商城首页 2=商品分类 3=商品
content_url string 用户填写的链接
name string 用户填写的名称
phone string 电话号码
goods_id int type=3时必填,商品的id
share_title string 分享标题
share_desc string 分享描述
share_img string 分享图片

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "type": "3",
        "content_url": "https://mp.weixin.qq.com/s/5gGAUTyOq59H4gpk8Oiq6w",
        "name": "刘亦菲",
        "phone": "020-7788258",
        "goods_id": "1",
        "share_title": "",
        "share_desc": "",
        "share_img": "",
        "uniacid": "1",
        "member_id": 0,
        "id": 6
    }
}

错误时返回:

  {
    "result": 0,
    "msg": "参数错误",
    "data": []
}

返回参数说明:

参数名 类型 说明
type int 1=商城首页 2=商品分类 3=商品
content_url string 用户填写的链接
name string 用户填写的名称
phone string 电话号码
goods_id int 商品的id
share_title string 分享标题
share_desc string 分享描述
share_img string 分享图片
uniacid int
member_id int
id int 主键id

备注:

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