Commit f7932541 authored by liqin's avatar liqin 💬

bug fixed

parent 5534d70c
......@@ -201,8 +201,6 @@ public class ChinaMobileRestApiController extends BaseController {
}
//解密
mac = AESUtils.aesDecrypt(mac);
log.error("maccccccccccccccccccccccccccccccccccc" + mac);
System.out.println("maccccccccccccccccccccccccccccccccccc" + mac);
password = AESUtils.aesDecrypt(password);
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