感谢您的反馈!
待办单导单接口
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| pending_case_lsn_query_request_dto | PendingCaseLsnQueryRequestDTO | 可选 | PendingCaseLsnQueryRequestDTO | ||
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| data | PendingCaseLsnQueryResponseDTO | 基础数据 | |
|
|||
| error_msg | String | 123 | 错误信息 |
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlitripAgentFlightPendingcaseQuerylsnRequest req = new AlitripAgentFlightPendingcaseQuerylsnRequest();
AlitripAgentFlightPendingcaseQuerylsnRequest.PendingCaseLsnQueryRequestDTO obj1 = new AlitripAgentFlightPendingcaseQuerylsnRequest.PendingCaseLsnQueryRequestDTO();
obj1.setAgentIds(new Long[] { 5580 };
);
obj1.setAgentId(5580L);
obj1.setLsn(123456L);
obj1.setAgentDeveloperId("f3690c6763a34744acxx");
obj1.setAgentDeveloperSecret("0a997013255345feb2bfbde75a4axx");
req.setPendingCaseLsnQueryRequestDto(obj1);
AlitripAgentFlightPendingcaseQuerylsnResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());
<alitrip_agent_flight_pendingcase_querylsn_response>
<data>
<next_lsn>140352</next_lsn>
<has_more>false</has_more>
<pending_case_item_dto_list>
<pending_case_item_d_t_o>
<gmt_modified>1786611274000</gmt_modified>
<issue_name>一二线线下协同-申请电子行程单(二线跟进处理)(商家跟进处理)</issue_name>
<sponsor_id>4029200</sponsor_id>
<reply_remark>123</reply_remark>
<sponsor_name>测试</sponsor_name>
<handler_name>测试</handler_name>
<issue_channel>协同单</issue_channel>
<domestic_intl>1</domestic_intl>
<issue_support_id>926</issue_support_id>
<request_id>929</request_id>
<handler_id>2219634228670</handler_id>
<start_time>1780474766000</start_time>
<request_mode>2</request_mode>
<handler_role>1</handler_role>
<finish_time>1780475018000</finish_time>
<status_desc>已完结</status_desc>
<gmt_create>1780474766000</gmt_create>
<reply_form>
<pending_case_item_d_t_o>
<enums>123</enums>
<children>
<field_meta_row_d_t_o>
<columns>
<field_meta_d_t_o>
<editable>true</editable>
<name>pricinfo</name>
<type>string</type>
<value>123</value>
<required>true</required>
<desc>价格信息</desc>
<children>
<field_meta_row_d_t_o>
<columns>
<field_meta_d_t_o>
<editable>true</editable>
<name>priceinfo</name>
<type>sring</type>
<value>123</value>
<required>true</required>
<desc>价格信息</desc>
</field_meta_d_t_o>
</columns>
</field_meta_row_d_t_o>
</children>
</field_meta_d_t_o>
</columns>
</field_meta_row_d_t_o>
</children>
<editable>true</editable>
<name>priceinfo</name>
<type>STRING</type>
<value>123</value>
<required>true</required>
<desc>价格信息</desc>
</pending_case_item_d_t_o>
</reply_form>
<issue_type>2</issue_type>
<sponsor_form>
<pending_case_item_d_t_o>
<enums>{ "学生证": "2", "身份证": "0", "回乡证": "4", "护照": "1" }</enums>
<children>
<field_meta_row_d_t_o>
<columns>
<columns>
<children>
<field_meta_row_d_t_o>
<columns>
<field_meta_d_t_o>
<editable>true</editable>
<name>priceinfo</name>
<type>STRING</type>
<value>123</value>
<required>true</required>
<desc>价格信息</desc>
</field_meta_d_t_o>
</columns>
</field_meta_row_d_t_o>
</children>
<editable>true</editable>
<name>odInfo</name>
<type>STRING</type>
<value>123</value>
<required>true</required>
<desc>航程信息</desc>
</columns>
</columns>
</field_meta_row_d_t_o>
</children>
<editable>true</editable>
<name>priceInfo</name>
<type>TABLE</type>
<value>123</value>
<required>true</required>
<desc>价格信息</desc>
</pending_case_item_d_t_o>
</sponsor_form>
<urge_count>1</urge_count>
<channel_name>一二线线下协同-申请电子行程单(二线跟进处理)(商家跟进处理)</channel_name>
<sponsor_role>系统</sponsor_role>
<status>3</status>
</pending_case_item_d_t_o>
</pending_case_item_dto_list>
</data>
<error_msg>123</error_msg>
</alitrip_agent_flight_pendingcase_querylsn_response>
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>
| 错误码 | 错误描述 | 解决方案 |
|---|