ISV查询应用的渠道信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
req | AppChannelQueryRequest | 可选 | 入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | MiniappResult | body | |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); MiniappExtDeliveryAppChannelConfigsQueryRequest req = new MiniappExtDeliveryAppChannelConfigsQueryRequest(); MiniappExtDeliveryAppChannelConfigsQueryRequest.AppChannelQueryRequest obj1 = new MiniappExtDeliveryAppChannelConfigsQueryRequest.AppChannelQueryRequest(); obj1.setMiniappId(30000000023435L); obj1.setChannel( "1" ); req.setReq(obj1); MiniappExtDeliveryAppChannelConfigsQueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | < miniapp_ext_delivery_app_channel_configs_query_response > < result > < successful >true</ successful > < error_type >1</ error_type > < model > < app_channel_config_d_t_o > < miniapp_id >3000000087131443</ miniapp_id > < ext_properties >{}</ ext_properties > < channel >1</ channel > < description >测试测试描述</ description > < title >测试</ title > < isv_simple_name >测试</ isv_simple_name > < article_code >FW_GOODS-1001241101</ article_code > < status >1</ status > </ app_channel_config_d_t_o > </ model > < error_msg >错误信息</ error_msg > </ result > </ miniapp_ext_delivery_app_channel_configs_query_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 > |
错误码 | 错误描述 | 解决方案 |
---|