2019
01-19
01-19
PHP实现支付宝支付,退款,回调
1.首先你要加载你的支付宝配置项 include('alipay/aop/AopClient.php'); include('alipay/aop/request/AlipayTradeAppPayRequest.php'); include('alipay/aop/request/AlipayTradeRefundRequest.php'); //支付宝appid (应用标识) define("ALIPAY_APPID", ""); //支付宝(支付宝私钥) define("PRIVATE_KEY", ""); //支付宝(支付宝公钥) define("PUBLIC_KEY"...
继续阅读 >