Files
yuyin-php/extend/alipay-sdk-PHP-4.9.2/aop

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SDK版本升级说明
1、去除已经放弃维护的lotusphp框架
2、公私钥模式开发者请直接初始化AopClient使用方法详见aop/test/AopClientTest.php
3、证书模式开发者请直接初始化AopCertClient使用方法详见aop/test/AopCertClientTest.php
4、兼容PHP7.2以上版本

使用过程中有任何问题请加入钉钉群咨询23311489

更新时间:2020-04-15

备注:
使用证书模式本地必须开始SSL
如果出现SSL certificate: unable to get local issuer certificate错误信息
解决办法到http://curl.haxx.se/ca/cacert.pem下载pem文件并将文件拷贝到D:\phpStudy\PHPTutorial\cacert.pem 在php.ini 增加curl.cainfo = "D:\phpStudy\PHPTutorial\cacert.pem"