diff --git a/config/second_handCar.properties b/config/second_handCar.properties index 869369e38..aff73582b 100644 --- a/config/second_handCar.properties +++ b/config/second_handCar.properties @@ -1,7 +1,7 @@ #che300 prefix ceshi er shou che che300 qian zhui ce shi -com.tenwa.zhanglei.prefix=testapi +com.tenwa.zhanglei.prefix=http://testapi.che300.com/service/common/eval #che300 prefix ceshi er shou che che300 qian zhui zheng shi -#com.tenwa.zhanglei.prefix=api +#com.tenwa.zhanglei.prefix=http://api.che300.com/service/common/eval #che300 token #test environment diff --git a/src_tenwa/com/tenwa/lease/app/quartzmession/QueryPassengerVehicleModeListAction.java b/src_tenwa/com/tenwa/lease/app/quartzmession/QueryPassengerVehicleModeListAction.java index 22ec233cc..1249e1a55 100644 --- a/src_tenwa/com/tenwa/lease/app/quartzmession/QueryPassengerVehicleModeListAction.java +++ b/src_tenwa/com/tenwa/lease/app/quartzmession/QueryPassengerVehicleModeListAction.java @@ -51,7 +51,7 @@ public class QueryPassengerVehicleModeListAction implements Job{ }else{ fromVersion = versionResult.getAttribute("currentversion").toString(); } - String url = "http://"+InitSecondHandCarConfig.PREFIX+".che300.com/service/common/eval?fromVersion=" + String url = InitSecondHandCarConfig.PREFIX+"?fromVersion=" +fromVersion+"&oper="+InitSecondHandCarConfig.OPER+"&token="+InitSecondHandCarConfig.TOKEN+""; String responseResult = VehicleAppraisementUtil.getResponseResult(url);