获取icbu会员授权信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
biz_type | String | 可选 | xiaoman | 业务类型 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
value | ThirdBizAccountBindExt | {} | value对象 |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaMemberInfoGetRequest req = new AlibabaMemberInfoGetRequest(); req.setBizType( "xiaoman" ); AlibabaMemberInfoGetResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 | < alibaba_member_info_get_response > < value > < account_id >200042360</ account_id > < company_id >200012245</ company_id > < login_id >aliqatest01</ login_id > < company_name >公司名称</ company_name > < admin >true</ admin > < email >testtest@waimaoyou.ml</ email > </ value > </ alibaba_member_info_get_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|