From 0b09ed4a6f84dddabf3628a27c551ebbdb5501ad Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Tue, 16 May 2023 22:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=93=E5=AD=98=E7=BB=84?= =?UTF-8?q?=E4=BB=B6null=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PurchaseScheme/PurchaseProductAPIService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BBWYB.Server.Business/PurchaseScheme/PurchaseProductAPIService.cs b/BBWYB.Server.Business/PurchaseScheme/PurchaseProductAPIService.cs index 4cf950c..a4616f7 100644 --- a/BBWYB.Server.Business/PurchaseScheme/PurchaseProductAPIService.cs +++ b/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() {