From 9e47fdf1d5ebe441ad579f28eddb2e9c9cf15682 Mon Sep 17 00:00:00 2001 From: sanji Date: Thu, 11 Apr 2024 13:33:12 +0800 Subject: [PATCH] 10237 --- BBWY.Client/APIServices/PurchaseProductAPIService.cs | 2 +- BBWY.Client/GlobalContext.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BBWY.Client/APIServices/PurchaseProductAPIService.cs b/BBWY.Client/APIServices/PurchaseProductAPIService.cs index e6aa0925..adf319a7 100644 --- a/BBWY.Client/APIServices/PurchaseProductAPIService.cs +++ b/BBWY.Client/APIServices/PurchaseProductAPIService.cs @@ -49,7 +49,7 @@ namespace BBWY.Client.APIServices { "Accept-Encoding","gzip, deflate, br"}, { "Accept-Language","zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6"} }; - purchaseProductCacheTimeSpan = TimeSpan.FromDays(1); + purchaseProductCacheTimeSpan = TimeSpan.FromHours(1); this.quanTanProductClient = quanTanProductClient; locationIdList = new List() { diff --git a/BBWY.Client/GlobalContext.cs b/BBWY.Client/GlobalContext.cs index 305f361e..5180912d 100644 --- a/BBWY.Client/GlobalContext.cs +++ b/BBWY.Client/GlobalContext.cs @@ -13,7 +13,7 @@ namespace BBWY.Client { ShopServiceGroupList = new List(); ShopServiceGroupLowerList = new List(); - ClientVersion = "10236"; + ClientVersion = "10237"; }