环境:php7.2.5、thinkphp6、EasyWechat、uniapp
小程序微信授权登录wx.login成功后去后台获取session_key
php后台代码:
$app = AppWx::getApp();
$session = $app->auth->session($post['code']);
$userInfo = json_decode(htmlspecialchars_decode($post['user_info']), true);
报错如下:
[2022-12-16T21:00:40+08:00][error] [2]Use of undefined constant CURLOPT_IPRESOLVE - assumed 'CURLOPT_IPRESOLVE' (this will throw an Error in a future version of PHP)[D:\work\vendor\overtrue\wechat\src\MiniProgram\Auth\ServiceProvider.php:29]
有哪位大佬碰见过,或者知道怎么解决请联系我,谢谢。
使用未定义的常量CURLOPT_IPRESOLVE
我已解决,是php_curl没有启动
感谢您的回答
未启动php_curl