Skip to content

Commit d935f58

Browse files
committed
sync
1 parent a63c291 commit d935f58

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

RUNSTEP/cash.js

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,18 +239,21 @@ async function txlog() {
239239
//cash
240240
async function cash() {
241241
if (usercash >= 50) {
242+
$.log(`开始请求提现5元...\n`);
242243
await cash50()
243244
} else if(usercash <= 1) {
244-
$.log(`【自动提现1元】:账户金额不足1元!\n`);
245-
tz += `【自动提现1元】:账户金额不足1元!\n`
245+
$.log(`【请求提现1元】:账户金额不足1元!\n`);
246+
tz += `【请求提现1元】:账户金额不足1元!\n`
246247
}else{
247-
await cash1()
248+
$.log(`【请求提现1元】:⛔️目前失效,暂停请求提现1元\n`);
249+
//$.log(`开始请求提现1元...\n`);
250+
//await cash1()
248251
}
249252
}
250253
async function cash1() {
251254
return new Promise((resolve) => {
252255
let url = {
253-
url: `https://runstep.kujievip.com/runstep/applytx?account=0.3&type=2&appid=${txtokenVal}=${version}&${runsteptokenVal}&path=p%2Faccount%2Ftake%2Ftake&platform=miniProgram&env=production`,
256+
url: `https://runstep.kujievip.com/runstep/applytx?account=1&type=2&appid=${txtokenVal}=${version}&${runsteptokenVal}&path=p%2Faccount%2Ftake%2Ftake&platform=miniProgram&env=production`,
254257
body: ``,
255258
headers: JSON.parse(txkeyVal),
256259
};
@@ -264,8 +267,8 @@ async function cash1() {
264267
if (safeGet(data)) {
265268
if (logs == 1) $.log(data)
266269
data = JSON.parse(data);
267-
$.log(`【提现请求0.3元】:成功🎉\n`);
268-
tz += `【提现请求0.3元】:成功🎉\n`
270+
$.log(`【提现请求1元】:成功🎉\n`);
271+
tz += `【提现请求1元】:成功🎉\n`
269272
}
270273
}
271274
} catch (e) {

cenbomin.box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
},{
125125
"id": "runstep",
126126
"name": "走路赚钱",
127-
"keys": ["version", "runsteptoken", "runstepkey", "txtoken", "txkey", "runsteptoken2", "runstepkey2", "txtoken2", "txkey2", "runsteptoken3", "runstepkey3", "txtoken3", "txkey3", "runsteptoken4", "runstepkey4", "txtoken4", "txkey4"],
127+
"keys": ["version", "runsteptoken", "runstepkey", "txtoken", "txkey", "runsteptoken2", "runstepkey2", "txtoken2", "txkey2", "runsteptoken3", "runstepkey3", "txtoken3", "txkey3", "runsteptoken4", "runstepkey4", "txtoken4", "txkey4", "runsteptoken5", "runstepkey5", "txtoken5", "txkey5", "runsteptoken6", "runstepkey6", "txtoken6", "txkey6", "runsteptoken7", "runstepkey7", "txtoken7", "txkey7"],
128128
"settings": [
129129
{
130130
"id": "version",

0 commit comments

Comments
 (0)