删除多余参数

This commit is contained in:
gityjf 2020-11-03 17:23:42 +08:00
parent 8eb027320c
commit 68072b4ba8

View File

@ -114,7 +114,7 @@ public class GpsController {
tips = GpsEnum.ZR.getName();
header = ImmutableMap.of("appKey", GPSConfigure.get("ZR_AppKey"));
} else {
params = params = GpsCommon.tyEditQueryParameter(applyNo);
params = GpsCommon.tyEditQueryParameter(applyNo);
url = GPSConfigure.get("TYUrl");
tips = GpsEnum.TY.getName();
}