Results 8 comments of maxwen

@snaill 当前版本并不支持,目前正在开发2.x版本 计划提供微信公众平台的一些常用功能 如“自定义菜单,自动回复”等常用开发模式功能,支持多微信账号。 2.x版本发布前请先自行实现多账号切换,如自行继承实现等方式

@huanyufuchen 请问你在微信后台配置网页授权域名了吗? 公众号配置里的安全域名等等都配置了吗?

@elim051 详细文档见 [EasyWechat文档](https://easywechat.org/zh-cn/docs/) `Yii::$app->wechat` 其实就是EasyWechat中实例化的Application `$app = new Application($options);` 比如: ```php $app = new Application($options); $userService = $app->user; ``` 以上代码Yii2中安装了`yii2-easy-wechat`以后可以直接这么使用: ```php $userService = Yii::$app->wechat->user; ```

With all due respect, I think that's actually a normal password, this password works fine with `sqlalchemy` and `pymysql`. maybe we can parse this `db_url` in another way, as the...

Perhaps an API for actively creating sessions can be developed, such as using the `user` parameter to actively create a session and returning a `conversation_id` for subsequent sessions.

+1 👍🏻 independent memories for each LLM Node