简要描述:

  • 更新访客信息

请求URL:

POST/customerapi/index/updateUserInfo

参数:

参数名 是否必须 类型 说明
customer_id int 会员ID
seller_code string 商户标识
referrer string 访问来源,当前访问网页地址(例:https://www.com)
nick_name string 会员昵称
reg_time string 会员注册时间
goods string 商品信息,格式:{goods_id:商品ID,goods_name:商品名称,price:商品价格,pic_cover:商品图片},没有商品时不传。

返回示例:

不传参数时返回:

{
    "code": 0,
    "msg": "ok",
    "data": ""
}