获取订单状态
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
get_creating_order_status_param | GetCreatingOrderStatusParam | 可选 | 入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | MxResult | 结果 | |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaDamaiMaitixSponsorDistributionGetcreatingorderstatusRequest req = new AlibabaDamaiMaitixSponsorDistributionGetcreatingorderstatusRequest(); AlibabaDamaiMaitixSponsorDistributionGetcreatingorderstatusRequest.GetCreatingOrderStatusParam obj1 = new AlibabaDamaiMaitixSponsorDistributionGetcreatingorderstatusRequest.GetCreatingOrderStatusParam(); obj1.setAppKey( "22354565656" ); obj1.setKey( "afeasdfasdfa" ); req.setGetCreatingOrderStatusParam(obj1); AlibabaDamaiMaitixSponsorDistributionGetcreatingorderstatusResponse 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 | < alibaba_damai_maitix_sponsor_distribution_getcreatingorderstatus_response > < result > < code >200</ code > < success >true</ success > < model > < oid >22020220</ oid > < seat_info_dto > < sell_seat_for_fail >预留已售出</ sell_seat_for_fail > < card_no_repeat_for_fail >cardNoRepeatForFail</ card_no_repeat_for_fail > </ seat_info_dto > < code >200</ code > < err_code >300</ err_code > < err_msg >接口错误</ err_msg > < voucher_seats > < voucher_result > < voucher_id >1</ voucher_id > < seat_id_str >1</ seat_id_str > </ voucher_result > </ voucher_seats > < finished >true</ finished > </ model > < message >成功</ message > </ result > </ alibaba_damai_maitix_sponsor_distribution_getcreatingorderstatus_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 > |
错误码 | 错误描述 | 解决方案 |
---|