电子首营-发件箱详情
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| ref_ent_id | String | 必须 | cb14553ed7654ff586b87b637ba23e2c | 本企业refEntId | |
| outbox_id | Number | 必须 | 1 | 发件箱id |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | ResultModel | 结果 | |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaAlihealthSynergySyOutboxDetailRequest req = new AlibabaAlihealthSynergySyOutboxDetailRequest();
req.setRefEntId("cb14553ed7654ff586b87b637ba23e2c");
req.setOutboxId(1L);
AlibabaAlihealthSynergySyOutboxDetailResponse rsp = client.execute(req);
System.out.println(rsp.getBody());
<alibaba_alihealth_synergy_sy_outbox_detail_response>
<result>
<response_success>true</response_success>
<model>
<ent_resources>
<sy_signature_resource_response>
<resource_id>1</resource_id>
<resource_type_code>21015</resource_type_code>
<resource_type_desc>资料</resource_type_desc>
<signature_oss_key_url>资料URL</signature_oss_key_url>
<page>1</page>
<approve_status>1</approve_status>
<out_id>xxx</out_id>
<resource_name>xxx</resource_name>
</sy_signature_resource_response>
</ent_resources>
<outbox_detail>
<id>1</id>
<gmt_create>2025-06-23 20:26:50</gmt_create>
<gmt_modified>2025-06-23 20:26:50</gmt_modified>
<ref_ent_id>xxx</ref_ent_id>
<receive_ref_ent_id>xxx</receive_ref_ent_id>
<receive_ent_name>xxx</receive_ent_name>
<send_person>xx</send_person>
<send_person_id>xx</send_person_id>
<type>0</type>
<send_time>2025-06-23 20:26:50</send_time>
<exchange_status>301</exchange_status>
<exchange_status_desc>接收方待查收</exchange_status_desc>
<total_resource_count>10</total_resource_count>
<receive_resource_count>5</receive_resource_count>
<reject_resource_count>5</reject_resource_count>
<note>xx</note>
<withdraw_person>xxx</withdraw_person>
<withdraw_time>2025-06-23 20:26:50</withdraw_time>
<reject_reason>xxx</reject_reason>
<reject_time>2025-06-23 20:26:50</reject_time>
</outbox_detail>
<products>
<sy_signature_product_response>
<product_id>1</product_id>
<product_name>产品名称</product_name>
<product_type_desc>药品、器械、其他</product_type_desc>
<approval_or_register_no>xxx</approval_or_register_no>
<supply_ent_name>xxx</supply_ent_name>
<resource_count>10</resource_count>
<product_resources>
<sy_signature_resource_response>
<resource_id>1</resource_id>
<resource_type_code>21015</resource_type_code>
<resource_type_desc>资料类型</resource_type_desc>
<signature_oss_key_url>资料URL</signature_oss_key_url>
<page>1</page>
<approve_status>1</approve_status>
<out_id>xxx</out_id>
<resource_name>xxx</resource_name>
</sy_signature_resource_response>
</product_resources>
</sy_signature_product_response>
</products>
<agent_persons>
<sy_signature_agent_person_response>
<agent_person_id>1</agent_person_id>
<username>张三</username>
<user_no>1</user_no>
<tel>199XXXX</tel>
<resource_count>10</resource_count>
<agent_person_resources>
<sy_signature_resource_response>
<resource_id>1</resource_id>
<resource_type_code>21015</resource_type_code>
<resource_type_desc>资料类型</resource_type_desc>
<signature_oss_key_url>资料URL</signature_oss_key_url>
<page>1</page>
<approve_status>1</approve_status>
<out_id>xxx</out_id>
<resource_name>xxxx</resource_name>
</sy_signature_resource_response>
</agent_person_resources>
</sy_signature_agent_person_response>
</agent_persons>
</model>
<msg_info>xx</msg_info>
<msg_code>xx</msg_code>
</result>
</alibaba_alihealth_synergy_sy_outbox_detail_response>
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>
| 错误码 | 错误描述 | 解决方案 |
|---|