公告投放接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
platform_id | String | 可选 | 14 | 平台id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | NoticeBO [] | 0 | |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); SycmServiceUccNotifyRequest req = new SycmServiceUccNotifyRequest(); req.setPlatformId("14"); SycmServiceUccNotifyResponse rsp = client.execute(req); System.out.println(rsp.getBody());
<sycm_service_ucc_notify_response> <result> <notice_b_o> <notify_module>0</notify_module> <end_date>0</end_date> <notify_priority>0</notify_priority> <notify_process> <stat_date>0</stat_date> <gmt_modify>0</gmt_modify> <sender_user_id>0</sender_user_id> <end_date>0</end_date> <is_received>0</is_received> <notify_id>0</notify_id> <id>0</id> <gmt_create>0</gmt_create> <content>0</content> <start_date>0</start_date> <receiver_user_id>0</receiver_user_id> </notify_process> <template_id>0</template_id> <crowd_id>0</crowd_id> <notify_location>0</notify_location> <notify_type>0</notify_type> <notify_process_id>0</notify_process_id> <notify_tools>0</notify_tools> <notify_name>0</notify_name> <receiver_trigger>0</receiver_trigger> <notify_id>0</notify_id> <notify_frequency>0</notify_frequency> <notify_template> <template_type>0</template_type> <template_type_id>0</template_type_id> <stat_date>0</stat_date> <creator>0</creator> <template_name>0</template_name> <template_content>0</template_content> <template_source>0</template_source> <template_code>0</template_code> <template_id>0</template_id> <gmt_create>0</gmt_create> </notify_template> <notify_receive>0</notify_receive> <notify_env>0</notify_env> <notify_crowd_inverse>0</notify_crowd_inverse> <notify_trigger>0</notify_trigger> <notify_code>0</notify_code> <notify_code_name>0</notify_code_name> <start_date>0</start_date> <group_code>0</group_code> </notice_b_o> </result> </sycm_service_ucc_notify_response>
<error_response> <code>50</code> <msg>Remote service error</msg> <sub_code>isv.invalid-parameter</sub_code> <sub_msg>非法参数</sub_msg> </error_response>
错误码 | 错误描述 | 解决方案 |
---|