T0核对淘系保险信息查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
request_body | String | 必须 | {"bizOrderId":"19475635242"} | 请求参数 | |
query_event_code | String | 必须 | QUERY_TB_ORDER | 查询类型 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
model | Json | {"aaa":"xxxx"} | model |
biz_success | Boolean | true | bizSuccess |
1 2 3 4 5 6 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlipayBaoxianInscheckQueryRequest req = new AlipayBaoxianInscheckQueryRequest(); req.setRequestBody( "{\"bizOrderId\":\"19475635242\"}" ); req.setQueryEventCode( "QUERY_TB_ORDER" ); AlipayBaoxianInscheckQueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 | < alipay_baoxian_inscheck_query_response > < model >{"aaa":"xxxx"}</ model > < biz_success >true</ biz_success > </ alipay_baoxian_inscheck_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 > |
错误码 | 错误描述 | 解决方案 |
---|