Fork me on GitHub
摘要: 微信公众平台创建模版 https://mp.weixin.qq.com/ 先查看APPID和AppSecret 创建模版获取模版ID及相关参数 代码 pom.xml <!-- 微信公众号消息推送 --> <dependency> <groupId>com.github.binarywang</gro 阅读全文
posted @ 2025-09-09 21:26 秋夜雨巷 阅读(38) 评论(0) 推荐(0)
摘要: Failed to cache access token. 调用 报错 解决办法 方案一: 安装 Symfony Cache composer require symfony/cache 查看/tmp下面的symfony-cache是否之前被其他用户创建,如果被其他用户创建则无权限,需要删除。 方案 阅读全文
posted @ 2025-09-09 10:36 秋夜雨巷 阅读(43) 评论(0) 推荐(0)