感谢您的反馈!
查询酒店结算管理信息 商家端
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
get_finance_rq | GetFinanceRq | 可选 | GetFinanceRq | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | GetFinanceRs | result | |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripFuturehotelGetfinanceRequest req = new AlitripFuturehotelGetfinanceRequest(); AlitripFuturehotelGetfinanceRequest.GetFinanceRq obj1 = new AlitripFuturehotelGetfinanceRequest.GetFinanceRq(); obj1.setLoginUserId("1"); obj1.setHotelId("1"); req.setGetFinanceRq(obj1); AlitripFuturehotelGetfinanceResponse rsp = client.execute(req); System.out.println(rsp.getBody());
<alitrip_futurehotel_getfinance_response> <result> <hid></hid> <base_price_ratio></base_price_ratio> <shid></shid> <end_date></end_date> <company_name></company_name> <account_freezing></account_freezing> <main_contract_version></main_contract_version> <contract_version_name></contract_version_name> <operator></operator> <maintainer></maintainer> <staff_separate_account_ratio></staff_separate_account_ratio> <fh_msg></fh_msg> <maintained_end_date></maintained_end_date> <id></id> <maintained_id></maintained_id> <main_account></main_account> <contact_name></contact_name> <account_type></account_type> <fh_code></fh_code> <maintained_bd_id></maintained_bd_id> <fee_type></fee_type> <zfb_account_name></zfb_account_name> <version></version> <ahid></ahid> <start_date></start_date> <status></status> <gmt_modified></gmt_modified> <member_base_discount></member_base_discount> <agreement_addr></agreement_addr> <bank_branch_name></bank_branch_name> <cooperative_company></cooperative_company> <maintained_bd></maintained_bd> <fh_success></fh_success> <separate_account></separate_account> <contract_version></contract_version> <maintained_id_type></maintained_id_type> <settle_rule_id></settle_rule_id> <staff_separate_account></staff_separate_account> <bank_opening_name></bank_opening_name> <bank_account_number></bank_account_number> <inviter></inviter> <bank_province></bank_province> <bank_account_name></bank_account_name> <contact_email></contact_email> <hotel_id></hotel_id> <gmt_create></gmt_create> <bank_city></bank_city> <zfb_account_number></zfb_account_number> <maintained_start_date></maintained_start_date> <partner_id></partner_id> <contact_phone></contact_phone> </result> </alitrip_futurehotel_getfinance_response>
<error_response> <code>50</code> <msg>Remote service error</msg> <sub_code>isv.invalid-parameter</sub_code> <sub_msg>非法参数</sub_msg> </error_response>
错误码 | 错误描述 | 解决方案 |
---|