alibaba.mj.xlife.getbindmemberbyphone (查询已绑定会员信息)

手机号查询已绑定会员信息

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
phone String 可选 15812312312 手机号

响应参数

名称 类型 示例值 描述
result Json {\"gmtModified\":1520249165000,\"accountId\":\"201809000\",\"gmtCreate\":1520249165000,\"bindSource\":\"MJ\",\"enable\":1,\"version\":0,\"id\":2669300,\"phoneNo\":\"15811111111\",\"regStore\":\"HZ01\",\"walletBalance\":9769,\"is365\":true,\"bindTime\":1520249165000,\"memberLevel\":3,\"bindStore\":11293448} {淘宝昵称,银泰账号,卡余额,是否365,查询手机号等返回给银泰内部系统调用}

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaMjXlifeGetbindmemberbyphoneRequest req = new AlibabaMjXlifeGetbindmemberbyphoneRequest();
req.setPhone("15812312312");
AlibabaMjXlifeGetbindmemberbyphoneResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_mj_xlife_getbindmemberbyphone_response>
    <result>{\&quot;gmtModified\&quot;:1520249165000,\&quot;accountId\&quot;:\&quot;201809000\&quot;,\&quot;gmtCreate\&quot;:1520249165000,\&quot;bindSource\&quot;:\&quot;MJ\&quot;,\&quot;enable\&quot;:1,\&quot;version\&quot;:0,\&quot;id\&quot;:2669300,\&quot;phoneNo\&quot;:\&quot;15811111111\&quot;,\&quot;regStore\&quot;:\&quot;HZ01\&quot;,\&quot;walletBalance\&quot;:9769,\&quot;is365\&quot;:true,\&quot;bindTime\&quot;:1520249165000,\&quot;memberLevel\&quot;:3,\&quot;bindStore\&quot;:11293448}</result>
</alibaba_mj_xlife_getbindmemberbyphone_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部