From c961da63c3dc84bcc4a2876bb727d9ebb4175879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 14 May 2020 16:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=AC=E4=B8=9C=E5=95=86=E5=9F=8E=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdshopapi/jdshopapi.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platformapi/jdshopapi/jdshopapi.go b/platformapi/jdshopapi/jdshopapi.go index bf7053a0..f2721b7d 100644 --- a/platformapi/jdshopapi/jdshopapi.go +++ b/platformapi/jdshopapi/jdshopapi.go @@ -27,6 +27,13 @@ const ( JdShopMaxStock = 9999 ) +var ( + SensitiveWordMap = []string{ + "[畅销]", + "【畅销】", + } +) + type API struct { platformapi.APICookie