1. 程式人生 > >EasyWeChat 授權獲取用戶信息 問題記錄 10003

EasyWeChat 授權獲取用戶信息 問題記錄 10003

png official _id div 不一致 account san response info

測試賬號地址: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 網址不一致,修改這裏

EasyWeChat 授權獲取用戶信息 問題記錄 10003