|
@@ -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',
|