min-radish/php-ali-pay

PHP对支付宝API的调用

v1.0 2020-01-03 02:41 UTC

This package is auto-updated.

Last update: 2024-09-15 16:34:24 UTC


README

需自定义一个类并继承 Radish\AliPay\AliPay 自定义配置参数

  • PC网站支付,WAP网站支付,扫码支付,退款

支付宝支付-配置项

[
    'url' => '',
    'signPattern' => '',
    'appId' => '',
    'rsaPrivateKey' => '',
    'rsaPublicKey' => '',
    'certPublicKey' => '',
    'resKey' => '',
    'signType' => '',
]
  • 参数说明