Browse Source

🐞 fix: 修复iphone更新乐跑账号问题‘

Pchen. 2 months ago
parent
commit
85e65b2b46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apis/Lepao/Account/UpdateAccount/UpdateAccountiPhone.js

+ 1 - 1
apis/Lepao/Account/UpdateAccount/UpdateAccountiPhone.js

@@ -12,7 +12,7 @@ class UpdateAccountiPhone extends API {
         super()
         super()
 
 
         this.runpy = config.runpy
         this.runpy = config.runpy
-
+        this.noEncrypt()
         this.setPath('/Lepao/UpdateAccountiPhone')
         this.setPath('/Lepao/UpdateAccountiPhone')
         this.setMethod('POST')
         this.setMethod('POST')
     }
     }