Skip to content

Commit 27e6cd8

Browse files
author
ziye66666
authored
多看点 修复碎片兑换问题
1 parent 189510a commit 27e6cd8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Task/duokandian.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ boxjs链接 https://raw.githubusercontent.com/ziye66666/JavaScript/main/Task/zi
1616
2.12 增加碎片显示以及兑换
1717
2.14 修复宝箱问题
1818
2.16 修复报错
19+
2.18 修复碎片兑换问题
1920
2021
⚠️一共1个位置 1个ck 👉 2条 Secrets
2122
多账号换行
@@ -624,9 +625,7 @@ function chip(timeout = 0) {
624625
let url = {
625626
url: `http://dkd-api.dysdk.com/lotto/convert?${duokandianbodyVal}`,
626627
headers: duokandianheaderVal,
627-
body: {
628-
"id": 4
629-
},
628+
body: `{"id": 4}`,
630629
}
631630
$.post(url, async (err, resp, data) => {
632631
try {

0 commit comments

Comments
 (0)