diff --git a/JdShopListener/JdShopListener/ApiHelper.cs b/JdShopListener/JdShopListener/ApiHelper.cs index 635ce96..4ba57a1 100644 --- a/JdShopListener/JdShopListener/ApiHelper.cs +++ b/JdShopListener/JdShopListener/ApiHelper.cs @@ -21,6 +21,11 @@ namespace Utils { get { +#if DEBUG + jwtToken = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiIxNDM5OTA3NzYwNzU3MDE4NjI0IiwidGVhbUlkIjoiMTUxODUwNTk1MTg1Mjc2MTA4OCIsImV4cCI6MTY4MzUwNzk1NX0.jLRfN4ztX7DZnTacG3-SlvXj6jJiQIlTnaXOdTWSXjQ"; + return jwtToken; +#endif + if (string.IsNullOrEmpty(jwtToken)) { jwtToken = Utils.MemoryHelper.GetMemoryToken(); diff --git a/JdShopListener/JdShopListener/MainWindow.xaml b/JdShopListener/JdShopListener/MainWindow.xaml index afd596b..14be421 100644 --- a/JdShopListener/JdShopListener/MainWindow.xaml +++ b/JdShopListener/JdShopListener/MainWindow.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:JdShopListener" mc:Ignorable="d" DataContext="{x:Static local:MainWindowViewModel.MainViewModel}" - Title="跟屁虫" Height="450" Width="800" > + Title="跟屁虫V1.0.1" Height="450" Width="800" >