-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
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
修复公众号模板消息发送时pagepath问题 #479
Labels
Comments
2.9.8.BETA版本已修复 |
https://mp.weixin.qq.com/wiki?action=doc&id=mp1433751277&t=0.8724972468714212#5 |
你这个看的不知道是哪一年的代码,很老了,你看下现在的代码是什么? |
我看了默认 usePath 是 True,而现在应该是用 pagepath,这个参数应该默认是 False 才好。 |
那你自己手动赋值就可以了,这个微信变来变去真不好说哪天又变了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://mp.weixin.qq.com/wiki?action=doc&id=mp1433751277&t=0.8724972468714212#5
官方接口文档中的参数名称错误(文档中为 pagepath,实际应为 path)
The text was updated successfully, but these errors were encountered: