Commit b7cead5c by shuhu.hou@freemud.cn

Merge branch 'feature/20200518_退款退配送费' into develop

parents 3f7a447a b3dcf124
......@@ -472,7 +472,7 @@ public class OrderSdkService {
QueryAfterSalesByOrderCodeReq queryAfterSalesByOrderCodeReq = new QueryAfterSalesByOrderCodeReq();
queryAfterSalesByOrderCodeReq.setOrderCode(orderCode);
queryAfterSalesByOrderCodeReq.setPartnerId(partnerId);
OrderBaseResp<List<AfterSalesOrderResp>> responseDTO = RequestThirdPartyUtils.httpJsonReqComplexNew(restTemplate, InterfaceAddressConstant.BATCH_QUERY_AFTER_SALES,
OrderBaseResp<List<AfterSalesOrderResp>> responseDTO = RequestThirdPartyUtils.httpJsonReqComplexNew(restTemplate, InterfaceAddressConstant.QUERY_AFTER_SALES_BY_ORDERCODE,
createBaseRequest(queryAfterSalesByOrderCodeReq, ""), new ParameterizedTypeReference<OrderBaseResp<List<AfterSalesOrderResp>>>() {
});
return responseHandle(responseDTO);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment