Skip to content

Commit

Permalink
black format
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Aug 8, 2021
1 parent 02fb7cf commit 9d27b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wechatpy/pay/api/micropay.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def create(
goods_tag=None,
device_info=None,
limit_pay=None,
receipt='Y'
receipt="Y",
):
"""
刷卡支付接口
Expand Down Expand Up @@ -55,7 +55,7 @@ def create(
"goods_tag": goods_tag,
"limit_pay": limit_pay,
"auth_code": auth_code,
"receipt": receipt
"receipt": receipt,
}
return self._post("pay/micropay", data=data)

Expand Down

0 comments on commit 9d27b68

Please sign in to comment.