企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
1. 配置微信公众号基本信息 2. 按照下图填写信息 3. 服务器配置验证 注意 URL 域名 必须写 访问验证服务器配置的URL ![](https://box.kancloud.cn/24f72a2f57cf02fd8b96d02e9f827332_900x611.png) ``` ~~~ /** * 开启微信公众号 服务器配置验证 */ public function auth_token() { $app = Factory::OfficialAccount($this->wechat_config); $response = $app->server->serve(); $response->send(); } ~~~ ```