소스 검색

Update login.ts

lex-xin 9 달 전
부모
커밋
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',