Have problems contact taobao union after-sales telephone: 057188157999 there is a problem to taobao open platform to submit work orders: open.taobao.com/ hungry? Official documents address: https://shimo.im/docs/5aeb24e428c54842/read
Depending on the situation, the ones selected here have API capabilities
Open.taobao.com/api.htm?doc…
Open the ↑ link to see an example of a Java code request at the bottom
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); TbkActivityInfoGetRequest req = new TbkActivityInfoGetRequest(); req.setAdzoneId(123L); The req. SetSubPid (” mm_1_2_3 “); req.setRelationId(123L); The req. SetActivityMaterialId (” 123 “); The req. SetUnionId (” demo “); TbkActivityInfoGetResponse rsp = client.execute(req); System.out.println(rsp.getBody());
Login taobao union here, apply for promotion
After applying for this permission, click on the server SDK
Java led package
How did the above parameter come from
The official documentation reads:Open.taobao.com/api.htm?doc…
Request address: http://gw.api.taobao.com/router/rest
Appkey:
Secret: Click on the image above to see
Adzone_id: Number true 123 MM_xxx_xxx_xxx Third bit
Sub_pid: String false MM_1_2_3 MM_XXX_XXX_XXX This parameter is used only in three-party splitting scenarios
Relation_id: Number false 123 Channel relationship ID
Activity_material_id: :String True 123 Official event venue ID, obtained from taobao customer background “I want to promote – Event Promotion” 20150318019998877 union_id String: False Demo User-defined input string. The string consists of digits and English. The length cannot exceed 12 characters
The response is in the following JSON format: {tbk_activity_info_get_response: {” data “: {” click_URL” : s.click.ele. Me /t? & e = – s02gp… , “short_click_url” : “https://s.click.ele.me/U3CG7uu”, 1 “wx_miniprogram_path” : “pages/sharePid/web/index? Scene = s.c lick. Ele. Me/U3CG7uu “, “wx_qrcode_url” : “Https://img.alicdn.com/imgextra/i4/6000000003785/O1CN01uPKS9P1dpZkM7yR5s_!!!!! 6000000003785-0-O2Oad.jpg “}, “request_ID” : “62UDfk11TWth”}}
Click_url is a long chain to promote customers
Short_click_url short chain promotion
Wx_miniprogram_path [localization] path of wechat miniprograms
Wx_qrcode_url [localization] wechat promotion qrcode address