简要描述:
- 搜索会员
请求URL:
GET/plugin.group-develop-user.frontend.member.query
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
keyword | string | 是 | 会员手机号码 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "",
"data": [
{
"uid": 2662,
"nickname": "15000245941",
"avatar": "/addons/yun_shop/static/images/photo-mr.jpg",
"mobile": "15000245941",
"avatar_image": "http://localhost:82/addons/yun_shop/static/images/photo-mr.jpg",
"username": "15000245941"
}
]
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|