saltrc/thinkphp-alipay

TP5#支付宝即时到帐

dev-master 2016-08-17 03:41 UTC

This package is not auto-updated.

Last update: 2025-07-05 23:40:47 UTC


README

'alipay' => [
        'partner' =>,
        'seller_id' =>,
        'private_key' =>,
        'alipay_public_key' =>,
        'notify_url' =>,
        'return_url' => ,
        'sign_type' => strtoupper('RSA');
        'input_charset' => strtolower('utf-8'),
        'cacert' => ,
        'transport' =>,
        'payment_type' => 1,
        'service' => 'create_direct_pay_by_user',
        'anti_phishing_key' =>,
        'exter_invoke_ip' =>
    ]