Skip to content

Commit 6f1ec2f

Browse files
author
Fuchen Shi
committed
fix: API path for verify_mobile_phone_number
1 parent 95e08aa commit 6f1ec2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leancloud/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def change_phone_number(cls, sms_code, phone_number):
360360

361361
@classmethod
362362
def verify_mobile_phone_number(cls, sms_code):
363-
client.post("/verfyMobilePhone/" + sms_code, {})
363+
client.post("/verifyMobilePhone/" + sms_code, {})
364364

365365
@classmethod
366366
def request_login_sms_code(cls, phone_number, validate_token=None):

0 commit comments

Comments
 (0)