Authored by LUOXC

fixbug

package com.yohoufo.order.service.support;
import com.yoho.tools.common.beans.ApiResponse;
import com.yohoufo.common.ApiResponse;
import com.yohoufo.common.caller.UfoServiceCaller;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.math.NumberUtils;
... ... @@ -25,7 +25,7 @@ public class DeliveryWayCostSupport {
double defaultValue = 15;
try {
ApiResponse<String> resp = ufoServiceCaller.call(
ApiResponse resp = ufoServiceCaller.call(
"ufo.resource.getConfigTypeContent",
ApiResponse.class,
key);
... ...