Commit 5534d70c authored by liqin's avatar liqin 💬

bug fixed

parent 14502a4d
...@@ -201,6 +201,8 @@ public class ChinaMobileRestApiController extends BaseController { ...@@ -201,6 +201,8 @@ public class ChinaMobileRestApiController extends BaseController {
} }
//解密 //解密
mac = AESUtils.aesDecrypt(mac); mac = AESUtils.aesDecrypt(mac);
log.error("maccccccccccccccccccccccccccccccccccc" + mac);
System.out.println("maccccccccccccccccccccccccccccccccccc" + mac);
password = AESUtils.aesDecrypt(password); password = AESUtils.aesDecrypt(password);
if (!mac.toUpperCase().equals(operation.getMac().toUpperCase())) { if (!mac.toUpperCase().equals(operation.getMac().toUpperCase())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment