根据appkey查询对应的isv绑定的服务号信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
isv_app_key | String | 必须 | 43432 | 需要查询的isv的appkey |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
fm_category | FmCategory | 服务号信息 | |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); QianniuFmServiceaccountGetRequest req = new QianniuFmServiceaccountGetRequest(); req.setIsvAppKey( "43432" ); QianniuFmServiceaccountGetResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 | < qianniu_fm_serviceaccount_get_response > < fm_category > < id >123</ id > < description >我是描述</ description > < name >fm_19</ name > < category_num >123</ category_num > < chinese_name >千牛电台</ chinese_name > < user_id >12345</ user_id > < app_title >xx商品插件</ app_title > < isv_nick >abcd</ isv_nick > </ fm_category > </ qianniu_fm_serviceaccount_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 > |
错误码 | 错误描述 | 解决方案 |
---|