diff --git a/BBWY.Client/ViewModels/Setting/ShopSettingViewModel.cs b/BBWY.Client/ViewModels/Setting/ShopSettingViewModel.cs index 215a8bae..057e029c 100644 --- a/BBWY.Client/ViewModels/Setting/ShopSettingViewModel.cs +++ b/BBWY.Client/ViewModels/Setting/ShopSettingViewModel.cs @@ -174,8 +174,8 @@ namespace BBWY.Client.ViewModels globalContext.User.Shop.DingDingWebHook = this.DingDingWebHook; globalContext.User.Shop.SkuSafeTurnoverDays = int.Parse(SelectedSkuSafeTurnoverDay.Value); - globalContext.User.Shop.SiNanDingDingKey = this.DingDingKey; - globalContext.User.Shop.SiNanDingDingWebHook = this.DingDingWebHook; + globalContext.User.Shop.SiNanDingDingKey = this.SiNanDingDingKey; + globalContext.User.Shop.SiNanDingDingWebHook = this.SiNanDingDingWebHook; globalContext.User.Shop.SiNanPolicyLevel = (int)this.SelectedSiNanPolicyLevel; }); }