Commit 1c8035c0 by 王世昌

Merge branch 'frature/20210414_华莱士微商城申请退款_wangshichang' into feature/20210420-华莱士公用分支-张志恒

parents 5254e436 b6de78e8
......@@ -2031,6 +2031,8 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService {
request.setAfterSalesCode(afterSalesExpressRequest.getAfterSalesCode());
request.setAdultRemark("用户填写快递单号");
request.setOperator(afterSalesExpressRequest.getOperator());
request.setExpressChannelName(afterSalesExpressRequest.getExpressChannelName());
request.setExpressNo(afterSalesExpressRequest.getExpressNo());
com.freemud.application.sdk.api.ordercenter.response.BaseResponse response = orderSdkService.adultGoodsReturned(request, afterSalesExpressRequest.getTrackingNo());
return orderSdkAdapter.convent2BaseOrderResponse(response);
}
......
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