We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
类目:WxOpenInRedisConfigStorage 方法 updateCardApiTicket 注意方法的参数名,和类的变量名冲突。没有加入this关键字导致cardApiTicket错误 方法 expireCardApiTicket getCardApiTicket(这2个方法其中之一,我忘了是哪个) this.cardApiTicket 写错成this.jsapiTicketKey
The text was updated successfully, but these errors were encountered:
这个确实是不应该出现的问题,我抽空核查下代码
Sorry, something went wrong.
另外这个redis的实现仅供参考,建议自己根据自己需要实现。
#412 规范代码,修复变量名使用错误的问题
0a21fe2
2.9.3.BETA版本已修复
No branches or pull requests
类目:WxOpenInRedisConfigStorage
方法 updateCardApiTicket
注意方法的参数名,和类的变量名冲突。没有加入this关键字导致cardApiTicket错误
方法 expireCardApiTicket getCardApiTicket(这2个方法其中之一,我忘了是哪个)
this.cardApiTicket 写错成this.jsapiTicketKey
The text was updated successfully, but these errors were encountered: