简要描述:
- 会员信息
请求URL:
POST/serviceapi/service/getCustomerInfo
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
customer_id | 是 | string | 用户ID |
返回示例:
正确时返回:
{
"code": 0,
"data": {
"info_id": 1,
"customer_id": "520",
"seller_code": "5d3e520401f40",
"search_engines": "其他网站",
"from_url": "http://shop306542.ni.com/goods/goodslist?keyword=",
"real_name": null,
"email": null,
"phone": null,
"remark": null,
"nick_name": "abc",
"reg_time": "2019-04-28 10:50:13",
"goods_id": 716,
"goods_name": "虚拟商品",
"goods_pic": "http://shop306542.ni.com/upload/80/common/1556275612.jpg",
"goods_price": "99.00",
"goods_url": "http://shop306542.ni.com/goods/goodsinfo?goodsid=716"
},
"msg": "ok"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
info_id | int | 信息ID |
customer_id | string | 用户ID |
seller_code | string | 所属 商户标识 |
search_engines | string | 搜索引擎 |
from_url | string | 访问地址来源 |
real_name | string | 真实名称 |
string | 邮箱 | |
phone | string | 手机号 |
remark | string | 备注 |
nick_name | string | 昵称 |
reg_time | string | 注册时间 |
goods_id | int | 当前商品ID |
goods_name | string | 当前商品名称 |
goods_pic | string | 当前商品图片 |
goods_price | string | 当前商品价格 |
goods_url | string | 当前商品链接 |