You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhishifufei_php/vendor/alipay/aop
wangmingchuan b4e4475dbf 111 10 months ago
..
request 111 10 months ago
test 111 10 months ago
AlipayConfig.php 111 10 months ago
AlipayMobilePublicMultiMediaClient.php 111 10 months ago
AlipayMobilePublicMultiMediaExecute.php 111 10 months ago
AopCertClient.php 111 10 months ago
AopCertification.php 111 10 months ago
AopClient.php 111 10 months ago
AopEncrypt.php 111 10 months ago
EncryptParseItem.php 111 10 months ago
EncryptResponseData.php 111 10 months ago
SignData.php 111 10 months ago
readme 111 10 months ago

readme

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"