ソースを参照

Update login.ts

lex-xin 7 ヶ月 前
コミット
19585f9129
1 ファイル変更2 行追加2 行削除
  1. 2 2
      miniprogram/pages/login/login.ts

+ 2 - 2
miniprogram/pages/login/login.ts

@@ -49,7 +49,7 @@ Page({
         client_secret: 'cooleshow-student-wxlite',
         deviceNum: app.globalData.deviceNum,
         extra: JSON.stringify({
-          iv: params.iv,
+          ivStr: params.iv,
           encryptedData: params.encryptedData
         }),
         grant_type: 'password',
@@ -64,7 +64,7 @@ Page({
         client_secret: 'cooleshow-student-wxlite',
         deviceNum: app.globalData.deviceNum,
         extra: JSON.stringify({
-          iv: params.iv,
+          ivStr: params.iv,
           encryptedData: params.encryptedData
         }),
         grant_type: 'password',