导读:taobao.open.account.list( OpenAccount账号信息查询 )OpenAccount账号信息查询公共参数请求地址:公共请求参数:公共
taobao.open.account.list( OpenAccount账号信息查询 )
OpenAccount账号信息查询
公共参数
请求地址:
公共请求参数:
公共响应参数:
请求参数
响应参数
请求示例
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
OpenAccountListRequest req = new OpenAccountListRequest();
req.setOpenAccountIds("123,456");
req.setIsvAccountIds("123,456");
OpenAccountListResponse rsp = client.execute(req);
System.out.println(rsp.getBody());
响应示例
<open_account_list_response>
<datas>
<openaccount_object>
<message>SUCCESS</message>
<data>
<login_id>baymax</login_id>
<create_device_id>FxJbzXjm3vtO2GqNIdfnej9Db44Kwek</create_device_id>
<alipay_id>baymax@126.com</alipay_id>
<create_app_key>4272</create_app_key>
<locale>zh_CN</locale>
<bank_card_no>1234 7655 28763 211</bank_card_no>
<isv_account_id>19862</isv_account_id>
<email>abc@126.com</email>
<avatar_url>http://image.abc.com/aa.jpg</avatar_url>
<domain_id>123</domain_id>
<bank_card_owner_name>baymax</bank_card_owner_name>
<display_name>baymax</display_name>
<login_pwd_salt>WjndM</login_pwd_salt>
<login_pwd>xmbuioyfhkuijaamdkoohndmadjidhjifjd</login_pwd>
<open_id>xhdjeiyenmkljagjud</open_id>
<mobile>17084836002</mobile>
<create_location>120.146484,30.313617</create_location>
<ext_infos>{"gender":"male"}</ext_infos>
<login_pwd_intensity>1</login_pwd_intensity>
<id>123</id>
<type>2</type>
<status>1</status>
<gmt_create>2015-01-01 00:00:00</gmt_create>
<gmt_modified>2015-01-01 00:00:00</gmt_modified>
<version>1</version>
<login_pwd_encryption>1</login_pwd_encryption>
<gender>1</gender>
<name>baymax</name>
<birthday>20150120</birthday>
<wangwang>baymax</wangwang>
<weixin>1822939822</weixin>
<oauth_plateform>1</oauth_plateform>
</data>
<successful>true</successful>
<code>1</code>
</openaccount_object>
</datas>
</open_account_list_response>
异常示例
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>