You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WxMaCryptUtils.decrypt(sessionKey, encryptedData, ivStr);
这个解密出来的是乱码,导致gson解析异常,报错如下:
java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
The text was updated successfully, but these errors were encountered:
WxMaCryptUtils.decrypt(sessionKey, encryptedData, ivStr);
这个解密出来的是乱码,导致gson解析异常,报错如下:
java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
The text was updated successfully, but these errors were encountered: