获取直连酒店(客栈)签约上线进度信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
out_uuid | String | 必须 | 1 | 请求流水 | |
hotel_code | String | 可选 | 1 | 商家酒店编码 | |
vendor | String | 可选 | taobao |
|
商家vendor |
type | String | 可选 | 1 |
|
1 |
page_no | Number | 可选 | 1 |
|
页码 |
名称 | 类型 | 示例值 | 描述 | ||||
---|---|---|---|---|---|---|---|
hotel_sign_info | DchotelSignDo | 结果对象 | hotelSignInfo,当入参中包含hotelcode和vendor的时候,返回该对象 | ||||
|
|||||||
out_uuid | String | 返回外部请求流水号 | outUuid | ||||
ds_nhotel_info_d_o_list | DsNhotelInfoDo [] | 分页查询出参数列表 | dsNhotelInfoDOList,当入参不包含hotelcode的时候,只有vendor的时候返回该对象 | ||||
|
1 2 3 4 5 6 7 8 9 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); XhotelOrderHotelsignQueryRequest req = new XhotelOrderHotelsignQueryRequest(); req.setOutUuid( "1" ); req.setHotelCode( "1" ); req.setVendor( "taobao" ); req.setType( "1" ); req.setPageNo(1L); XhotelOrderHotelsignQueryResponse rsp = client.execute(req, sessionKey); 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 45 46 47 48 49 50 | < xhotel_order_hotelsign_query_response > < hotel_sign_info > < private_receipt_account_status >1</ private_receipt_account_status > < hotelier_id_status >身份证 0=未提供,1=已提交,2=审核打回,3=审核完成</ hotelier_id_status > < stl_status >特种行业许可证 0=未提供,1=已提交,2=审核打回,3=审核完成</ stl_status > < bl_status >1</ bl_status > < tacc_auth_letter_allow_date >ID确认函手工确认时间</ tacc_auth_letter_allow_date > < id_confirm_letter_status >ID确认函 0=未提供,1=已提交,2=审核打回,3=审核完成</ id_confirm_letter_status > < qlf_type >资质类型 1=企业资质,2=个体工商户资质,3=个人资质</ qlf_type > < pay_type >支付类型 0=个人支付宝,1=企业支付宝,2=对私银行卡,3=对公银行卡</ pay_type > < phone >电话</ phone > < email >邮箱</ email > < name >姓名</ name > < is_kezhan_sign >是否客栈签约</ is_kezhan_sign > < sign_status >签约状态</ sign_status > < pid >签约ID</ pid > < hid >阿里酒店code</ hid > < intent_achieve_date >intentAchieveDate</ intent_achieve_date > < hotel_account >hotelAccount</ hotel_account > < hotel_pictures_status >门头照 0=未提供,1=已提交,2=审核打回,3=审核完成</ hotel_pictures_status > < comm_letter_status >承诺函 0=未提供,1=已提交,2=审核打回,3=审核完成</ comm_letter_status > < to_dc_hotel_status >空=直连,1=补签,3=已转换</ to_dc_hotel_status > </ hotel_sign_info > < out_uuid >返回外部请求流水号</ out_uuid > < ds_nhotel_info_d_o_list > < ds_nhotel_info_do > < online_status >上线状态</ online_status > < online_date >上线时间</ online_date > < qualification_type >资质类型</ qualification_type > < account_type >账号类型(0:个人支付宝账号 1:企业支付宝 2:对私银行卡账号 3:对公银行卡账号)</ account_type > < train_status >培训状态。0-未培训;1-已培训;2-通过;3-培训未通过</ train_status > < comm_letter_status >ID承诺函审批状态(0未提交,1已提交,2审核失败, 3审核通过)</ comm_letter_status > < private_receipt_account_status >个人收款账号授权(0未提交,1已提交,2审核失败, 3审核通过)</ private_receipt_account_status > < hotelier_id_status >身份证审批状态(0未提交,1已提交,2审核失败, 3审核通过)</ hotelier_id_status > < srl_status >特种行业许可证审批状态(0未提交,1已提交,2审核失败, 3审核通过)</ srl_status > < business_license_status >营业执照审批状态(0未提交,1已提交,2审核失败, 3审核通过)</ business_license_status > < id_confirm_letter_status >ID授权函状态修改时间</ id_confirm_letter_status > < sign_date >酒店首次次签约时间</ sign_date > < is_signed >是否签约 1: 是 0:否</ is_signed > < is_account_apply >账号申请状态:1: 已经申请 0:未申请</ is_account_apply > < name >酒店实例名称</ name > < hid >酒店实例hid</ hid > < outer_id >商家酒店编码</ outer_id > < is_kezhan >是否是客栈,0不是,1是</ is_kezhan > < hotel_pictures_status >门头照审批状态(0未提交,1已提交,2审核失败, 3审核通过)</ hotel_pictures_status > < can_sell_status >酒店可售状态, 1可售,0不可售</ can_sell_status > < can_sell_date >可售时间</ can_sell_date > </ ds_nhotel_info_do > </ ds_nhotel_info_d_o_list > </ xhotel_order_hotelsign_query_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 > |
错误码 | 错误描述 | 解决方案 |
---|