2
0

fix: 修复取消授权问题

This commit is contained in:
caiyuchao
2025-02-24 10:41:13 +08:00
parent b691bedc13
commit 4de27cf581

View File

@@ -19,4 +19,9 @@ public class ResponseUtils {
}
}
public static void logResponse(Integer errorCode, String msg) {
if (errorCode != WifiConstants.ERROR_CODE_SUCCESS) {
log.error("Omada error msg: {}", msg);
}
}
}