Skip to content

Commit 90fc434

Browse files
committed
修复调用重置密码接口失败问题
Change-Id: Ia695e10986753f9458d52d7de0494c69ce262329
1 parent f5d4213 commit 90fc434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/explorer-link-android/src/main/java/com/tencent/iot/explorer/link/core/auth/service/PasswordService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal class PasswordService : BaseService(), PasswordImpl {
4242
override fun resetPhonePassword(
4343
countryCode: String, phone: String, code: String, pwd: String, callback: MyCallback
4444
) {
45-
val param = tokenParams("AppResetPasswordByCellphone")
45+
val param = commonParams("AppResetPasswordByCellphone")
4646
param["CountryCode"] = countryCode
4747
param["PhoneNumber"] = phone
4848
param["VerificationCode"] = code

0 commit comments

Comments
 (0)