Commit 13491023 by 徐康

展示催单提示

parent 41c957c7
......@@ -2827,7 +2827,7 @@ public class OrderServiceImpl implements Orderservice {
}
QueryDeliveryAmountResponseDto responseDto = deliveryFeiginClient.orderRemind(dto);
if(null != response && 120 == responseDto.getCode()) {
return ResponseUtil.error(ResponseResult.DELIVERY_REMINDER_ERROR.getCode(), response.getErrmsg());
return ResponseUtil.error("120", response.getErrmsg());
}
if(responseDto == null || RESPONSE_SUCCESS_CODE != responseDto.getCode()) {
return ResponseUtil.error(ResponseResult.DELIVERY_REMINDER_ERROR);
......
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