V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
azuring
V2EX  ›  Python

Python 的微信支付调用例子

  •  
  •   azuring · 2020-10-20 13:19:27 +08:00 · 2149 次点击
    这是一个创建于 1256 天前的主题,其中的信息可能已经有所发展或是发生改变。

    微信支付的官网没有提供 python 的调用接口例子。网上有很多版本的 python 开源库,不知道用哪个,前辈们能否提供下?

    6 条回复    2020-10-29 20:54:12 +08:00
    la2la
        1
    la2la  
       2020-10-20 13:31:35 +08:00
    关于支付方面的还是看官方的文档,有条件的可以要求腾讯技术支持
    guiqiqi
        2
    guiqiqi  
       2020-10-20 13:58:04 +08:00 via iPhone
    老哥可以去看一下我之前的一个项目: https://github.com/guiqiqi/leaf
    我之前做 CMS 的时候用到了微信支付,就自己写了一个套件,可能对你有帮助 :)
    axex
        3
    axex  
       2020-10-20 14:11:07 +08:00
    找个星多的,或者直接手撸,第三方支付都是加载证书+填充参数+签名+http 请求这套流程。
    azuring
        4
    azuring  
    OP
       2020-10-20 17:38:49 +08:00
    @axex 谢谢您的建议,对我们帮助很大
    hp66722667
        5
    hp66722667  
       2020-10-22 08:36:57 +08:00
    WECHATPY
    endpain
        6
    endpain  
       2020-10-29 20:54:12 +08:00
    Django 实现的过程说明,可以看一下。我自己记录的。
    https://wuyabala.com/article/19
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5197 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 07:20 · PVG 15:20 · LAX 00:20 · JFK 03:20
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.