本地联盟饿了么推广其他推广链接获取,抖音等
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
other_promotion_link_request | OtherPromotionLinkRequest | 必须 | 查询request对象 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | OtherPromotionLink | 特殊推广链接 | |
|
|||
result_code | Number | 0 | 请求结果码 |
message | String | success | 返回描述 |
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlscUnionElemePromotionOtherchannelGetRequest req = new AlibabaAlscUnionElemePromotionOtherchannelGetRequest(); AlibabaAlscUnionElemePromotionOtherchannelGetRequest.OtherPromotionLinkRequest obj1 = new AlibabaAlscUnionElemePromotionOtherchannelGetRequest.OtherPromotionLinkRequest(); obj1.setType(1L); obj1.setSid( "11111" ); req.setOtherPromotionLinkRequest(obj1); AlibabaAlscUnionElemePromotionOtherchannelGetResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 | < alibaba_alsc_union_eleme_promotion_otherchannel_get_response > < data > </ data > < result_code >0</ result_code > < message >success</ message > </ alibaba_alsc_union_eleme_promotion_otherchannel_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 > |
错误码 | 错误描述 | 解决方案 |
---|