Max

Results 5 issues of Max

`Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.` 在taro3中似乎有循环setState的问题

请升级一下 omnipay/common 依赖,现在不支持 laravel 5.6

提示 config未定义

SDK 的 `autoSgin` 使用 `GetAndSelectNewestCert()` 获取最新的一个证书来验证签名。通常这没什么问题。但是如果同时有多个生效的证书(比如新证书处于灰度中)时,响应可能并不是固定的某一个证书,那么就会导致验签失败。 要避免这个问题,就需要根据微信 response 的响应证书编号获取对应证书而非固定试用最新证书,说明文档:https://pay.weixin.qq.com/docs/merchant/development/interface-rules/privatekey-and-certificate.html

嗨,很好的一个框架。 不过现在把 401 当做错误在处理,感觉这样处理会理会更妥当:如果收到 401,清理缓存 再次请求