Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update truewallet.py #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xanaxsniff
Copy link

No description provided.

@@ -61,7 +61,7 @@ def getTimestamp(self):

def RequestLoginOTP(self):
timestamp = self.getTimestamp()
info = "email|{}|{}".format(self.device_id, timestamp)
info = self.credentials['type']+"|{}|{}".format(self.device_id, timestamp)
Copy link
Owner

@sctnightcore sctnightcore Jan 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ผมว่าแบบนี้ดีกว่า

info = "{}|{}|{}".format(self.credentials['type'],self.device_id, timestamp)

อ้างอิงตาม https://github.com/sctnightcore/pyTrueWallet/blob/master/pyTrueWallet/__init__.py ดีกว่า

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

มี api ที่ใช้โอนไหมครับ

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xanaxsniff แกะจากตัว php เลยครับ

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

php เค้าปิดไปแล้วอะครับ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants