Browse Source

10237

master
sanji 1 year ago
parent
commit
9e47fdf1d5
  1. 2
      BBWY.Client/APIServices/PurchaseProductAPIService.cs
  2. 2
      BBWY.Client/GlobalContext.cs

2
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<string>()
{

2
BBWY.Client/GlobalContext.cs

@ -13,7 +13,7 @@ namespace BBWY.Client
{
ShopServiceGroupList = new List<string>();
ShopServiceGroupLowerList = new List<string>();
ClientVersion = "10236";
ClientVersion = "10237";
}

Loading…
Cancel
Save