php对接支付宝接口报 Class 'LtObjectUtil' not found 错误信息

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xqt15538076006/article/details/83024973

php 在对接支付宝支付接口的时候 会报如下信息
Class 'LtObjectUtil' not found

问题原因
php 限制了一个函数 scandir

解决方法
去php的配置文件 php.ini 里面搜索 disable_functions 然后删除 scandir 函数
最后重启服务就ok啦。

猜你喜欢

转载自blog.csdn.net/xqt15538076006/article/details/83024973