fix:猫眼协议调整为蓝牙发送

This commit is contained in:
liyi 2025-02-26 09:48:57 +08:00
parent a77cb10caf
commit 8ff338452e

View File

@ -97,6 +97,7 @@ class CatEyeWorkModeLogic extends BaseGetXController {
); );
if (entity.errorCode!.codeIsSuccessful) { if (entity.errorCode!.codeIsSuccessful) {
showToast('设置成功'.tr); showToast('设置成功'.tr);
getLockSettingInfoData();
} }
} }