The payment interface of the Alipay WAP website version is rarely integrated online. I saw many websites selling it and I was speechless.
The main thing is to check the development documents in the SDK officially provided by Alipay.
Alipay sdk download address: http://club.alipay.com/read-htm-tid-9976972.html
1. To use the Alipay mobile website payment interface, in addition to configuring a basic account, you must also configure the openssl key file. Regarding the generation of keys, you must read the documentation and will not go into details here. The interface address for online key upload demonstrated in the document is: https://mobiless.alipay.com/home/index.htm. The key must exist and the address must be correct, otherwise Alipay cannot return a valid interface
2. Provided as an independent payment interface, allowing users to customize according to their own needs;
3. The code provided in the attachment is a simple integration and only serves a demonstration purpose without considering the reusability of the code
ecshop Alipay mobile website payment interface download address: http://files.cnblogs.com/x3d/ecshop_payment_alipay_wap.zip