大麦换验平台-本地验票服务-查询项目id绑定的身份证钥匙工作证以及黑名单场次
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
gate_key_relation_query_param | GateKeyRelationQueryParam | 必须 | 查询项目绑定的身份证钥匙工作证和黑名单HSF入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | result | |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaDamaiMevDatasyncGatekeyperformandaccesslistqueryRequest req = new AlibabaDamaiMevDatasyncGatekeyperformandaccesslistqueryRequest(); AlibabaDamaiMevDatasyncGatekeyperformandaccesslistqueryRequest.GateKeyRelationQueryParam obj1 = new AlibabaDamaiMevDatasyncGatekeyperformandaccesslistqueryRequest.GateKeyRelationQueryParam(); obj1.setLoginKey( "foo" ); List<AlibabaDamaiMevDatasyncGatekeyperformandaccesslistqueryRequest.ProjectIdParam> list3 = new ArrayList<AlibabaDamaiMevDatasyncGatekeyperformandaccesslistqueryRequest.ProjectIdParam>(); AlibabaDamaiMevDatasyncGatekeyperformandaccesslistqueryRequest.ProjectIdParam obj4 = new AlibabaDamaiMevDatasyncGatekeyperformandaccesslistqueryRequest.ProjectIdParam(); list3.add(obj4); obj4.setSystemId(1L); obj4.setProjectId(1L); obj1.setProjectIdParamList(list3); req.setGateKeyRelationQueryParam(obj1); AlibabaDamaiMevDatasyncGatekeyperformandaccesslistqueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | < alibaba_damai_mev_datasync_gatekeyperformandaccesslistquery_response > < result > < error_code >0</ error_code > < error_msg >foo</ error_msg > < model_arr_list > < gate_key_perform_and_access_list_perform_d_t_o > < system_id >1</ system_id > < project_id >122</ project_id > < gate_key_perform_id >111</ gate_key_perform_id > < access_list_perform_id >111</ access_list_perform_id > < gate_key_work_permit_perform_dto > < system_id >1</ system_id > < project_id >122</ project_id > < project_name >fff</ project_name > < perform_id >122</ perform_id > < perform_name >rr</ perform_name > < start_time >2017-01-01 00:00:00</ start_time > < end_time >2019-01-01 00:00:00</ end_time > < ticket_count >100</ ticket_count > < venue_id >3</ venue_id > < venue_name >rr</ venue_name > < ext_data_status >1</ ext_data_status > < ext_data_count >0</ ext_data_count > < perform_datasync_key >111</ perform_datasync_key > </ gate_key_work_permit_perform_dto > < gate_key_access_list_perform_dto > < access_list_perform_id >1</ access_list_perform_id > < access_list_perform_name >1</ access_list_perform_name > < access_list_perform_attr >1</ access_list_perform_attr > < access_list_perform_type >1</ access_list_perform_type > < gmt_create >1</ gmt_create > < access_list_count >1</ access_list_count > < gmt_modified >1</ gmt_modified > < gate_key_perform_id >1</ gate_key_perform_id > < is_nucleicacid >1</ is_nucleicacid > < perform_datasync_key >1</ perform_datasync_key > < nucle_time_out >1</ nucle_time_out > < perform_id >1</ perform_id > </ gate_key_access_list_perform_dto > </ gate_key_perform_and_access_list_perform_d_t_o > </ model_arr_list > < success >false</ success > </ result > </ alibaba_damai_mev_datasync_gatekeyperformandaccesslistquery_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 > |
错误码 | 错误描述 | 解决方案 |
---|