测试账号地址:https://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index
public function token() { $config = [ ‘token‘=>‘reiz‘,//填写token ‘app_id‘ => ‘wx8fda713axxxx‘, ‘secret‘ => ‘28be8a519ec10xxx‘, ‘response_type‘ => ‘array‘, ]; $app = Factory::officialAccount($config); $response = $app->server->serve(); $response->send(); }
10003 网址不一致,修改这里