删除多余参数
This commit is contained in:
parent
8eb027320c
commit
68072b4ba8
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user