简要描述:
-转让兑换码用户搜索
请求域名:
- http://xx.com
请求URL:
plugin.exchange-code.api.record.memberSearch
请求参数说明:
参数名 | 类型 | 是否必需 | 说明 |
---|---|---|---|
keyword | string | 是 | 搜索关键词 |
返回示例:
正确时返回:
{
"result": 1,
"msg": "success",
"data": {
"current_page": 1,
"data": [
{
"uid": 165006,
"uniacid": 15,
"mobile": "18312687429",
"email": "",
"groupid": 0,
"credit1": "814.72",
"credit2": "99869.00",
"credit3": "999.00",
"credit4": "999.00",
"credit5": "999.00",
"credit6": "999.00",
"createtime": 1662017013,
"realname": "",
"nickname": "18*******29",
"signature": null,
"avatar": "http://119.91.205.224/static/images/photo-mr.jpg",
"qq": "",
"vip": 0,
"gender": 0,
"birthyear": 0,
"birthmonth": 0,
"birthday": 0,
"constellation": "",
"zodiac": "",
"telephone": "",
"idcard": "",
"studentid": "",
"grade": "",
"address": "",
"zipcode": "",
"nationality": "",
"resideprovince": "",
"residecity": "",
"residedist": "",
"graduateschool": "",
"company": "",
"education": "",
"occupation": "",
"position": "",
"revenue": "",
"affectivestatus": "",
"lookingfor": "",
"bloodtype": "",
"height": "",
"weight": "",
"alipay": "",
"msn": "",
"taobao": "",
"site": "",
"bio": "",
"interest": "",
"pay_password": "0",
"account": "",
"accountpassword": "",
"accountsalt": "",
"fathername": "",
"mothername": "",
"version": 1,
"avatar_image": "https://119.91.205.224/static/images/photo-mr.jpg",
"username": "18*******29"
}
],
"first_page_url": "http://119.91.205.224//addons/yun_shop/api.php?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://119.91.205.224//addons/yun_shop/api.php?page=1",
"next_page_url": null,
"path": "http://119.91.205.224//addons/yun_shop/api.php",
"per_page": 10,
"prev_page_url": null,
"to": 1,
"total": 1
}
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
uid | int | 用户id |
mobile | string | 手机号码 |
nickname | string | 昵称 |
realname | string | 真实姓名 |
avatar | string | 用户头像 |