taobao.auction.zc.update.vr.status (如视VR更新活跃状态)

如视VR更新活跃状态

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
message String 必须 {"source":"ALI","user_code":"Vn5Q10mvG2qnx","biz_user_code":0,"passport_identifier":"","event_id":"053017694ef9e5d93406730f0ef0879359ff9c","event_type":"work_submit","timestamp":1653903506,"event_data":{"resource_code":"G3oqZqeqkwfQGahqDN","entity_code":"","bind_code":"","vr_type":"auto3d","vr_url":"","picture_url":"","postback_data":"","is_default":true,"name":"金领国际公寓110203 ","title_picture_url":"http://vrlab-public.ljcdn.com/release/auto3dhd/3d5c0061a3ee63a9761b9a7b6c9a46af/screenshot/1567913148_3/pc1_fYX2Mdn6X_1.jpg","vr_code":"80Zo2183o1Ver9wKvy"},"notice_timestamp":1653903506.187849,"occur_timestamp":1653903505.454448,"env":"product"} VR信息

响应参数

名称 类型 示例值 描述
result Result4Top 服务返回结果
  • └ error_code
  • String
  • system_error
  • 错误码
  • └ error_msg
  • String
  • 系统异常,请重试!
  • 错误信息

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AuctionZcUpdateVrStatusRequest req = new AuctionZcUpdateVrStatusRequest();
req.setMessage("{\"source\":\"ALI\",\"user_code\":\"Vn5Q10mvG2qnx\",\"biz_user_code\":0,\"passport_identifier\":\"\",\"event_id\":\"053017694ef9e5d93406730f0ef0879359ff9c\",\"event_type\":\"work_submit\",\"timestamp\":1653903506,\"event_data\":{\"resource_code\":\"G3oqZqeqkwfQGahqDN\",\"entity_code\":\"\",\"bind_code\":\"\",\"vr_type\":\"auto3d\",\"vr_url\":\"\",\"picture_url\":\"\",\"postback_data\":\"\",\"is_default\":true,\"name\":\"金领国际公寓110203  \",\"title_picture_url\":\"http://vrlab-public.ljcdn.com/release/auto3dhd/3d5c0061a3ee63a9761b9a7b6c9a46af/screenshot/1567913148_3/pc1_fYX2Mdn6X_1.jpg\",\"vr_code\":\"80Zo2183o1Ver9wKvy\"},\"notice_timestamp\":1653903506.187849,\"occur_timestamp\":1653903505.454448,\"env\":\"product\"}");
AuctionZcUpdateVrStatusResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<auction_zc_update_vr_status_response>
    <result>
        <error_code>system_error</error_code>
        <error_msg>系统异常,请重试!</error_msg>
    </result>
</auction_zc_update_vr_status_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部