saltrc / thinkphp-alipay
TP5#支付宝即时到帐
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 3
pkg:composer/saltrc/thinkphp-alipay
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2025-12-21 02:13:13 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' =>
]