From 977ade954aa20098c5c6e44da5d1b2838c9e4e1d Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Mon, 12 Dec 2022 13:40:30 +0800 Subject: [PATCH] 1 --- BBWY.Client/ViewModels/Setting/ShopSettingViewModel.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }); }