- 如何解决微信支付返回签名错误(官方提供的验证工具和官方git提供的postman配置均无效)?
如题,诸多尝试最终还是一个结果: {"code":"SIGN_ERROR","detail":{"detail":{"issue":"sign not match"},"field":"signature","location":"authorization","sign_information":{"method":"POST","sign_message_length":319,"truncated_sign_message":"POST\n/v3/pay/transactions/app\n1614080488\n6bab83b6d93cce8d73ab3eac6626110c\n{\"attach\n","url":"/v3/pay/transactions/app"}},"message":"错误的签名,验签失败"} 官方下载的证书签名/验签工具跟我跑出来的结果完全一样,长度也都固定344字节。用https://github.com/wechatpay-apiv3/wechatpay-postman-script这个配置发,结果仍一样: [图片] 这个配置都是自动生成的,我就把3个参数按照说明格式加进去了。。 有哪路大神支支招么?
2021-02-23 - api.weixin.qq.com请求超时,network is unreachable怎么解决呢?
之前只是零星的出现过,现在越来越频繁了,包括定时更新token都出,我们服务器用的腾讯云。 api.weixin.qq.com could not be resolved (110: Operation timed out) network is unreachable 充值回调报错 connect() to [240e:e1:a900:50::49]:443 failed (101: Network is unreachable) tranceroute的结果 [root@VM_16_9_centos]# traceroute -I api.weixin.qq.com traceroute to api.weixin.qq.com (121.51.130.115), 30 hops max, 60 byte packets 1 * * * 2 * * * 3 * * * 4 * * * 5 * * * 6 121.51.130.115 (121.51.130.115) 3.878 ms 3.672 ms 3.668 ms
2020-12-22 - 内容审核接口算法是怎么判断的?
接口:security.msgSecCheck 检查内容: 会长踢我的都是傻逼分配了2个球会ab。 结果: {"errcode": 87014,"errmsg": "risky content rid: 5f92791b-3c5000fa-2701801c"} b把检查内容末尾ab两个字符去掉,结果就不一样了!!! 检查内容: 会长踢我的都是傻逼分配了2个球会。 结果: {"errcode": 0,"errmsg": "ok"} 这是啥原因呢,算法规则是啥。。后面哪个ab换成其他内容也会不过,但是去掉就过了,多么神奇!
2020-10-23 - 小游戏订阅消息发送接口返回errcode:45168如何解决呢?
设置了3个模板,其中一个一直返回{"errcode":45168,"errmsg":"keyword in blacklist hint: [OogtSa06442277]"},有童鞋遇到类似的情况吗?不知道怎么解决了。。完全摸不着头绪。
2019-10-11 - 小游戏订阅消息发送接口返回errcode:45168如何解决呢?
设置了3个模板,其中一个一直返回{"errcode":45168,"errmsg":"keyword in blacklist hint: [OogtSa06442277]"},有童鞋遇到类似的情况吗?不知道怎么解决了。。完全摸不着头绪。
2019-09-29