main
KingRan 2023-12-09 11:35:37 +08:00
parent 721781e2c7
commit 3e3b3a072d
2 changed files with 1 additions and 14 deletions

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@ let successNum = 0
let errorNum = 0 let errorNum = 0
let JD_API_HOST = 'https://sendbeans.jd.com' let JD_API_HOST = 'https://sendbeans.jd.com'
const turnTableId = [ const turnTableId = [
{ "name": "翻牌", "id": 1356, "shopid": 1000088787, "url": "https://sendbeans.jd.com/jump/index/" }, // { "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": 1082, "shopid": 1000004123, "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/" },
] ]