Skip to content

Commit 26eec2c

Browse files
PatrickCaibinarywang
authored andcommitted
1 parent 46f5916 commit 26eec2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl/WxOpenFastMaServiceImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public WxOpenResult addCategory (List<WxFastMaCategory> categoryList) throws WxE
208208
public WxOpenResult deleteCategory (int first, int second) throws WxErrorException {
209209
JsonObject params = new JsonObject ();
210210
params.addProperty ("first", first);
211-
params.addProperty ("Second", second);
211+
params.addProperty ("second", second);
212212
String response = post (OPEN_DELETE_CATEGORY, GSON.toJson (params));
213213
return WxOpenGsonBuilder.create ().fromJson (response, WxOpenResult.class);
214214
}

0 commit comments

Comments
 (0)