Django使用支付宝付款功能 支付宝官方没有Python语言的接口,这我们在Python官方找到alipay这个包,这样就不用我们自己造轮子了 事先需要设置自己的私钥 公钥 openssl OpenSSL> genrsa -out app_private_key.pem 2048 # 私钥