From 7fcbf06d94b010d8dfd68fc93fbe292dc4a73227 Mon Sep 17 00:00:00 2001 From: HuangXin Date: Wed, 9 Dec 2020 10:09:53 +0800 Subject: [PATCH] =?UTF-8?q?OCT=20REM:=201.=20=E6=9B=B4=E6=AD=A3=E4=B8=80?= =?UTF-8?q?=E5=A4=84CheckStyle=E9=9D=9E=E6=B3=95=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/huawei/dispose/protocol/HuaWeiInterface.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/huawei/dispose/protocol/HuaWeiInterface.java b/src/main/java/com/huawei/dispose/protocol/HuaWeiInterface.java index ab5fa4e9..7807454d 100644 --- a/src/main/java/com/huawei/dispose/protocol/HuaWeiInterface.java +++ b/src/main/java/com/huawei/dispose/protocol/HuaWeiInterface.java @@ -36,14 +36,14 @@ public class HuaWeiInterface { * * @param baseUrlPath the base url path * @param token the token - * @param zone_ip the zone ip + * @param zoneIp the zone ip * @return the error code */ - public ErrorCode createDivert(String baseUrlPath, String token, String[] zone_ip) { + public ErrorCode createDivert(String baseUrlPath, String token, String[] zoneIp) { //获取HTTP部分 HttpResponse response = RestfulInterface.huaWeiProRun(baseUrlPath, token, - new HuaWeiCreatDivertReq(zone_ip), + new HuaWeiCreatDivertReq(zoneIp), RequestMethod.POST); if (response != null) {