Skip to content

Commit

Permalink
修复调用重置密码接口失败问题
Browse files Browse the repository at this point in the history
Change-Id: Ia695e10986753f9458d52d7de0494c69ce262329
  • Loading branch information
SundoggyNew committed Nov 16, 2023
1 parent 9ff1f86 commit 3b4eb80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal class PasswordService : BaseService(), PasswordImpl {
override fun resetPhonePassword(
countryCode: String, phone: String, code: String, pwd: String, callback: MyCallback
) {
val param = tokenParams("AppResetPasswordByCellphone")
val param = commonParams("AppResetPasswordByCellphone")
param["CountryCode"] = countryCode
param["PhoneNumber"] = phone
param["VerificationCode"] = code
Expand Down

0 comments on commit 3b4eb80

Please sign in to comment.