sdkwe / pywe-pay

Wechat Pay Module for Python.

Home Page:https://pypi.org/project/pywe-pay/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pywe-pay

Wechat Pay Module for Python.

Installation

pip install pywe-pay

Problems

  • 201 商户订单号重复
    wxpay.order.create(body=u'测试', notify_url='https://a.com', out_trade_no=10, total_fee=100, trade_type='NATIVE')
    wxpay.order.create(body=u'测试', notify_url='https://a.com', out_trade_no=10, total_fee=1, trade_type='NATIVE')
    

About

Wechat Pay Module for Python.

https://pypi.org/project/pywe-pay/


Languages

Language:Python 98.9%Language:Shell 1.1%