From 28b3a2de94ed77d7afa3b476f0ba7215514c79a4 Mon Sep 17 00:00:00 2001
From: Faker <admin@github.com>
Date: Sat, 9 Dec 2023 18:39:01 +0800
Subject: [PATCH] Update jd_sign_graphics.js

---
 jd_sign_graphics.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jd_sign_graphics.js b/jd_sign_graphics.js
index 3cd3af7..4698642 100644
--- a/jd_sign_graphics.js
+++ b/jd_sign_graphics.js
@@ -29,9 +29,9 @@ let successNum = 0
 let errorNum = 0
 let JD_API_HOST = 'https://sendbeans.jd.com'
 const turnTableId = [
+   // { "name": "翻牌", "id": 1356, "shopid": 1000088787, "url": "https://sendbeans.jd.com/jump/index/" },
    { "name": "翻牌", "id": 1082, "shopid": 1000004123, "url": "https://sendbeans.jd.com/jump/index/" },
-   //{ "name": "翻牌", "id": 815, "shopid": 887726, "url": "https://sendbeans.jd.com/jump/index/" },
-   { "name": "翻牌", "id": 1440, "shopid": 1000005670, "url": "https://sendbeans.jd.com/jump/index/" },
+   // { "name": "翻牌", "id": 1440, "shopid": 1000005670, "url": "https://sendbeans.jd.com/jump/index/" },
 ]
 
 !(async () => {