- 我在开发公众号时,有一个token填入要求,之前会向系统要求分配这个,我填了相关信息,单项均说测试通过,但是总体测试时,输出这个,我看说是系统错误,不知道怎么修改,请懂的童鞋指导一下,谢谢!
- Connection: close
- Date: Fri, 20-Aug-2021 04:08:09 GMT
- Content-Type: application/json; encoding=utf-8
- Content-Length: 46
{
"errcode": -1000,
"errmsg": "system error"
}
基本设置-URL、token-token-appid\secret-测试,然后就是这个结果,中文红色提示是:返回未知状态
对我来说,太难了
https://blog.csdn.net/weixin_37948260/article/details/82620858