fixed delete tag bug
This commit is contained in:
parent
451a351027
commit
fe735931ec
@ -105,7 +105,7 @@ public class TagApi extends MpApi {
|
||||
String tag_delete_uri = getRequestUri("tag_delete_uri");
|
||||
WeixinResponse response = weixinExecutor.post(
|
||||
String.format(tag_delete_uri, tokenManager.getAccessToken()),
|
||||
String.format("{\"tagid\":%d}", tagId));
|
||||
String.format("{\"tag\":{\"id\":%d}}", tagId));
|
||||
return response.getAsResult();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user