saltrc/

TP5#支付宝即时到账

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

This package is not auto-updated.

Last update: 2024-09-14 19:04:16 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' =>
    ]