From bbf53fa6996e2a850146c21f7c65639a1e48c04f Mon Sep 17 00:00:00 2001 From: LyMysterious Date: Fri, 30 May 2025 08:06:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BC=82=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XiaoXiaoRoBot/Cmd/InertOrUpdateGoodsCmd.cs | 2 +- XiaoXiaoRoBot/Cmd/QueryGoodsInfoPriceCmd.cs | 2 +- XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/XiaoXiaoRoBot/Cmd/InertOrUpdateGoodsCmd.cs b/XiaoXiaoRoBot/Cmd/InertOrUpdateGoodsCmd.cs index 32adbf2..afd34ca 100644 --- a/XiaoXiaoRoBot/Cmd/InertOrUpdateGoodsCmd.cs +++ b/XiaoXiaoRoBot/Cmd/InertOrUpdateGoodsCmd.cs @@ -26,7 +26,7 @@ namespace RoBot.Start.Cmd } } } - return true; + return await Task.FromResult(true); } } } diff --git a/XiaoXiaoRoBot/Cmd/QueryGoodsInfoPriceCmd.cs b/XiaoXiaoRoBot/Cmd/QueryGoodsInfoPriceCmd.cs index ec4f52c..fcb88ed 100644 --- a/XiaoXiaoRoBot/Cmd/QueryGoodsInfoPriceCmd.cs +++ b/XiaoXiaoRoBot/Cmd/QueryGoodsInfoPriceCmd.cs @@ -57,7 +57,7 @@ namespace RoBot.Start.Cmd } } } - return true; + return await Task.FromResult(true); } } } diff --git a/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs b/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs index 2aad837..301ab2b 100644 --- a/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs +++ b/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs @@ -45,7 +45,7 @@ namespace RoBot.Start.Cmd } } - return true; + return await Task.FromResult(true); } ///