Skip to content

Commit 2c8d7a2

Browse files
committed
minor change
1 parent 333c531 commit 2c8d7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moyapay/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class MoyaPayClient:
1212

1313
def __init__(self):
1414
self.session = Session()
15-
self.access_token = 'eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtZXJjaGFudDEiLCJpYXQiOjE2Nzk5MDQ5MDgsInNjb3BlIjoicGF5bWVudDpyZWFkIHBheW1lbnQ6Y3JlYXRlIGN1c3RvbWVyOnJlYWQgY3VzdG9tZXI6cGF5In0.Js9AyN8XLdUD-XSo9AtfWIlwvzPQYo9b_Nh-lJj796c'
15+
self.access_token = ''
1616

1717
def _get_headers(self):
1818
return {

0 commit comments

Comments
 (0)