You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
开发环境:
Swoole信息:
Laravel 11 + octane
安装了
overtrue/laravel-wechat^7.2
按照
config/easywechat.php
中的配置信息,在.env
中配置了以下参数:参考文档:https://easywechat.com/6.x/client.html
调用接口的代码:
获取到的结果数据是:
{"errcode":41004,"errmsg":"appsecret missing, rid: 6628ebc7-37464461-4ef6b33d"}
之后在调用时做了这样的设置,才可以正常获取到数据
请问,是漏了哪里的文档,还是easywechat 6.0之后的版本,就是需要按照微信的接口问题,自己来写appid和appsecret?
或者是,因为Swoole或octane的问题造成?
Beta Was this translation helpful? Give feedback.
All reactions