From 04826c0e873ac273af2ce4aaf21d75986be09b13 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:36:16 +0800 Subject: [PATCH] Update ruilanCar.js --- ruilanCar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruilanCar.js b/ruilanCar.js index a662d52..6c140fe 100644 --- a/ruilanCar.js +++ b/ruilanCar.js @@ -1,6 +1,6 @@ /** * cron 32 17 * * * - * Show:睿蓝汽车APP 一天7分左右 积分换实物 + * Show:睿蓝汽车APP 或者小程序 一天7分左右 积分换实物 * 变量名:ruilanCar * 变量值:https://api-gateway.livanauto.com/app/ Headers中的aid的值 # rid的值 #连接 多账户 & 或创建同名变量 * scriptVersionNow = "0.0.1"; @@ -26,7 +26,7 @@ class Task { await this.user_info() if (this.ckStatus == true) { await this.content_list(); - console.log(this.contentList) + //console.log(this.contentList) if (this.contentList.length > 0) { for (let i = 0; i < 5; i++) { await this.task_like(this.contentList[0].id)