Browse Source

修复缓存组件null的问题

updatebug
shanji 2 years ago
parent
commit
0b09ed4a6f
  1. 1
      BBWYB.Server.Business/PurchaseScheme/PurchaseProductAPIService.cs

1
BBWYB.Server.Business/PurchaseScheme/PurchaseProductAPIService.cs

@ -29,6 +29,7 @@ namespace BBWYB.Server.Business
public PurchaseProductAPIService(RestApiService restApiService, IMemoryCache memoryCache)
{
this.memoryCache = memoryCache;
this.restApiService = restApiService;
_1688ProductDetailRequestHeader = new Dictionary<string, string>()
{

Loading…
Cancel
Save