library thinkphp-alipay
TP5#支付宝即时到帐
saltrc/thinkphp-alipay
TP5#支付宝即时到帐
- Wednesday, August 17, 2016
- by saltrc
- Repository
- 1 Watchers
- 1 Stars
- 14 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 3 Forks
- 0 Open issues
- 1 Versions
- 8 % Grown
'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' =>
]
dev-master
9999999-dev
TP5#支付宝即时到帐
Sources
Download
MIT
The Requires
by
saltrc