mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 23:35:02 +08:00
Update ruilanCar.js
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* cron 32 17 * * *
|
* cron 32 17 * * *
|
||||||
* Show:睿蓝汽车APP 一天7分左右 积分换实物
|
* Show:睿蓝汽车APP 或者小程序 一天7分左右 积分换实物
|
||||||
* 变量名:ruilanCar
|
* 变量名:ruilanCar
|
||||||
* 变量值:https://api-gateway.livanauto.com/app/ Headers中的aid的值 # rid的值 #连接 多账户 & 或创建同名变量
|
* 变量值:https://api-gateway.livanauto.com/app/ Headers中的aid的值 # rid的值 #连接 多账户 & 或创建同名变量
|
||||||
* scriptVersionNow = "0.0.1";
|
* scriptVersionNow = "0.0.1";
|
||||||
@@ -26,7 +26,7 @@ class Task {
|
|||||||
await this.user_info()
|
await this.user_info()
|
||||||
if (this.ckStatus == true) {
|
if (this.ckStatus == true) {
|
||||||
await this.content_list();
|
await this.content_list();
|
||||||
console.log(this.contentList)
|
//console.log(this.contentList)
|
||||||
if (this.contentList.length > 0) {
|
if (this.contentList.length > 0) {
|
||||||
for (let i = 0; i < 5; i++) {
|
for (let i = 0; i < 5; i++) {
|
||||||
await this.task_like(this.contentList[0].id)
|
await this.task_like(this.contentList[0].id)
|
||||||
|
|||||||
Reference in New Issue
Block a user