大件取退-实操信息回传
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
reverse_fulfil_action_request | ReverseFulfilActionRequest | 必须 | 请求对象 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | BaseResult | 请求响应 | |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAscpIndustrySupplierLogisticsActionRequest req = new AlibabaAscpIndustrySupplierLogisticsActionRequest(); AlibabaAscpIndustrySupplierLogisticsActionRequest.ReverseFulfilActionRequest obj1 = new AlibabaAscpIndustrySupplierLogisticsActionRequest.ReverseFulfilActionRequest(); obj1.setMailNo( "SF1000001" ); obj1.setOrderId( "20250401321134" ); obj1.setOperateTime( "1659080423659" ); obj1.setOperateType(1L); obj1.setGotCode( "1234" ); obj1.setAppointStart( "2025-04-01 09:00" ); obj1.setAppointEnd( "2025-04-01 21:00" ); AlibabaAscpIndustrySupplierLogisticsActionRequest.ReverseFulfilEmpInfoDTO obj2 = new AlibabaAscpIndustrySupplierLogisticsActionRequest.ReverseFulfilEmpInfoDTO(); obj2.setEmpNo( "3123" ); obj2.setEmpName( "张三" ); obj2.setEmpPhone( "18766666666" ); obj2.setEmpVirtualPhone( "18766666666-1111" ); obj1.setEmpInfo(obj2); obj1.setFeature( "{\"serviceType\": 0}" ); req.setReverseFulfilActionRequest(obj1); AlibabaAscpIndustrySupplierLogisticsActionResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 | < alibaba_ascp_industry_supplier_logistics_action_response > < result > < result >ture</ result > < msg >"调用成功"</ msg > < success >true</ success > < error_code >ERROR_001</ error_code > < biz_exception >false</ biz_exception > < error_msg >系统错误</ error_msg > </ result > </ alibaba_ascp_industry_supplier_logistics_action_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 > |
错误码 | 错误描述 | 解决方案 |
---|