Home > Backend Development > PHP Tutorial > 微信开发中有关删除用户分组的问题

微信开发中有关删除用户分组的问题

WBOY
Release: 2016-06-06 20:33:02
Original
1242 people have browsed it

在微信开发中,根据文档说明,删除用户分组,一直提示错误,错误代码为{"errcode":-1,"errmsg":"system error"},该如何解决

回复内容:

在微信开发中,根据文档说明,删除用户分组,一直提示错误,错误代码为{"errcode":-1,"errmsg":"system error"},该如何解决

属于微信BUG估计,在线调试接口里都没有找到delete的方法

单从提示信息来看,貌似是微信服务器那边的问题,你可以尝试下多次请求调用,看如何返回。另外开启DEBUG模式,一般这错误在网络状态下都会有个403状态码,你看下你的HTTP状态是输出什么?

遇到相同问题,然后在 Senparc.Weixin.MP SDK 发现似乎写了该接口也没有相应的单元测试,怀疑可能是这个新接口是暂时不能使用

查看全局返回码说明

-1:系统繁忙,此时请开发者稍候再试

不过根据以往开发经验,通常是你的参数配置有问题。可以好好看看是否配置正确。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template