We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 189510a commit 27e6cd8Copy full SHA for 27e6cd8
1 file changed
Task/duokandian.js
@@ -16,6 +16,7 @@ boxjs链接 https://raw.githubusercontent.com/ziye66666/JavaScript/main/Task/zi
16
2.12 增加碎片显示以及兑换
17
2.14 修复宝箱问题
18
2.16 修复报错
19
+2.18 修复碎片兑换问题
20
21
⚠️一共1个位置 1个ck 👉 2条 Secrets
22
多账号换行
@@ -624,9 +625,7 @@ function chip(timeout = 0) {
624
625
let url = {
626
url: `http://dkd-api.dysdk.com/lotto/convert?${duokandianbodyVal}`,
627
headers: duokandianheaderVal,
- body: {
628
- "id": 4
629
- },
+ body: `{"id": 4}`,
630
}
631
$.post(url, async (err, resp, data) => {
632
try {
0 commit comments