Skip to content

Commit

Permalink
Update lets go.py
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-4602 authored Jan 11, 2024
1 parent cd82530 commit c77aa37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lets go.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#ログイン
paypay=PayPaython.PayPay(phone="08012345678",password="Test-1234",client_uuid="d2d786a9-6a9f-49e1-9139-ba2f5f7f9f1d",proxy="example.com")
print(paypay)
#送金リンク受け取り
print(paypay.receive("osuvUuLmQH8WA4kW"))#ぺいぺい送金リンクの https://pay.paypay.ne.jp/osuvUuLmQH8WA4kW <-ここね
#送金リンクを辞退
Expand All @@ -24,4 +23,4 @@
#送金してもらうためのURLを作成する(PayPayアプリのQRコードとおなじ)
print(paypay.create_p2pcode())
#支払いのワンタイムコードを作成する
print(paypay.create_payment_otcfh())
print(paypay.create_payment_otcfh())

0 comments on commit c77aa37

Please sign in to comment.