修改车300 url配置文件取值渠道问号之前,以方便使用代理

This commit is contained in:
jianghongdong 2018-08-20 14:08:34 +08:00
parent d2171fe137
commit 278dda250f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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);