Online begging on Taofan.com adopts layui style, deletes icons and unused js, and only retains the used extensions. Alipay is used to pay in person, directly to the personal account, to prevent third parties from escaping.
The epidemic is spreading, life is difficult, let the world have nothing to eat!
Applying for Alipay to pay in person and looking for a picture of the door are free of personal visa. A business license is optional. If you don’t upload it, the single payment is limited to ≤1000 and the single-day payment is ≤5W, which is enough for individual developers.
Configure app/config.php
Alipay officially provides a key generation tool. It is very simple. Use the tool to generate the application public key and private key, set the application public key to Alipay, and save the application private key locally.
Configure the following variables:
$appidhttps://open.alipay.comAccount Center->Key Management->Open Platform Key, fill in the APPID of the application that has added computer website payment
$notifyUrlpay.php file access address //Asynchronous callback address after successful payment
$rsaPrivateKey//Alipay private key
$alipayPublicKey//Alipay public key, Account Center->Key Management->Open Platform Key, find the application with payment function added, and check the Alipay public key according to your encryption type