mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
#1077 修复开发平台删除类目接口中拼写错误的second参数
https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=21528465979XX32V&token=&lang=zh_CN
This commit is contained in:
parent
46f5916faa
commit
26eec2c52a
@ -208,7 +208,7 @@ public class WxOpenFastMaServiceImpl extends WxMaServiceImpl implements WxOpenFa
|
||||
public WxOpenResult deleteCategory (int first, int second) throws WxErrorException {
|
||||
JsonObject params = new JsonObject ();
|
||||
params.addProperty ("first", first);
|
||||
params.addProperty ("Second", second);
|
||||
params.addProperty ("second", second);
|
||||
String response = post (OPEN_DELETE_CATEGORY, GSON.toJson (params));
|
||||
return WxOpenGsonBuilder.create ().fromJson (response, WxOpenResult.class);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user