提供根据码查询码基本信息接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
ref_ent_id | String | 必须 | 320000000000127967 | 企业唯一标识 | |
code | String | 必须 | 89400130000122611086 | 码 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | CodeFullInfoDto | 结果 | 结果 |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlihealthDrugKytGetcodebaseinfoRequest req = new AlibabaAlihealthDrugKytGetcodebaseinfoRequest(); req.setRefEntId("320000000000127967"); req.setCode("89400130000122611086"); AlibabaAlihealthDrugKytGetcodebaseinfoResponse rsp = client.execute(req); System.out.println(rsp.getBody());
<alibaba_alihealth_drug_kyt_getcodebaseinfo_response> <result> <model> <drug_ent_base_d_t_o> <code_active_product_flag_str>1</code_active_product_flag_str> <sdc_code>1</sdc_code> <ent_name>1</ent_name> <mod_date>1</mod_date> <crt_date>1</crt_date> <authorizer_flag>1</authorizer_flag> <mod_ic_code>1</mod_ic_code> <physic_info>1</physic_info> <ean13_code>1111111111111</ean13_code> <prod_name>枇杷膏</prod_name> <pkg_spec_crit>1</pkg_spec_crit> <pkg_spec>1瓶/盒</pkg_spec> <pkg_num>1</pkg_num> <pkg_unit>盒</pkg_unit> <prepn_unit_desc>瓶</prepn_unit_desc> <prepn_unit>1</prepn_unit> <physic_detail_type>暂无</physic_detail_type> <physic_type_desc>特殊药品</physic_type_desc> <physic_type>9</physic_type> <prepn_spec>1</prepn_spec> <prepn_type_desc>1</prepn_type_desc> <prepn_type>1</prepn_type> <physic_name>膏剂</physic_name> <physic_nat_code>1</physic_nat_code> <prod_code>1</prod_code> <status>1</status> <exprie_unit>1</exprie_unit> <exprie_life>1</exprie_life> <ann_code_amt>10000</ann_code_amt> <approval_licence_expiry>2018-01-01</approval_licence_expiry> <approval_licence_date>2018-01-01</approval_licence_date> <approval_licence_type>1</approval_licence_type> <approval_licence_no>1</approval_licence_no> <drug_approval_info_id>1</drug_approval_info_id> <drug_base_info_id>1</drug_base_info_id> <ref_ent_id>1</ref_ent_id> <ent_id>1</ent_id> <drug_ent_base_id>1</drug_ent_base_id> <drug_ent_base_info_id>1</drug_ent_base_info_id> </drug_ent_base_d_t_o> <package_level>1</package_level> <code_produce_info_d_t_o> <prod_seq_no>1</prod_seq_no> <product_ref_ent_id>1asdf123</product_ref_ent_id> <product_ent_id>1sdf12</product_ent_id> <product_ent_name>测试企业</product_ent_name> <prepn_unit_desc>1</prepn_unit_desc> <prepn_unit>1</prepn_unit> <pkg_num>1</pkg_num> <small_measure_num>1</small_measure_num> <small_pkg_num>1</small_pkg_num> <physic_info>1</physic_info> <pkg_spec>1瓶/盒</pkg_spec> <physic_type>1</physic_type> <produce_ent_name>1</produce_ent_name> <ref_ent_id>1</ref_ent_id> <licence_no>1</licence_no> <pkg_ratio>1:10</pkg_ratio> <agent_ent_id>1</agent_ent_id> <pack_ent_id>1</pack_ent_id> <produce_ent_id>1</produce_ent_id> <approval_no>1</approval_no> <authrizer_ent_id>1</authrizer_ent_id> <drug_ent_base_info_id>1</drug_ent_base_info_id> <curr_ent_id>1</curr_ent_id> <exprie_date>2019-01-01</exprie_date> <produce_date>2018-01-01</produce_date> <produce_batch_no>111111</produce_batch_no> <produce_info_id>1</produce_info_id> </code_produce_info_d_t_o> </model> <msg_code>1</msg_code> <msg_info>调用成功</msg_info> <response_success>true</response_success> </result> </alibaba_alihealth_drug_kyt_getcodebaseinfo_response>
<error_response> <code>50</code> <msg>Remote service error</msg> <sub_code>isv.invalid-parameter</sub_code> <sub_msg>非法参数</sub_msg> </error_response>
错误码 | 错误描述 | 解决方案 |
---|