From 2d6173b2aaabf0fe3543ce73173213026c23dac0 Mon Sep 17 00:00:00 2001 From: LaoShui <79132480+laoshuikaixue@users.noreply.github.com> Date: Wed, 18 Feb 2026 16:50:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(cloud):=20=E7=A7=BB=E9=99=A4=E4=BA=86?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E7=9A=84=E6=9D=A1=E4=BB=B6=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/cloud.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/cloud.js b/module/cloud.js index 0b79917..3b8913e 100644 --- a/module/cloud.js +++ b/module/cloud.js @@ -154,7 +154,7 @@ module.exports = async (query, request) => { createOption(query), ) - if (res2.body.code !== 200 && res2.body.code !== 200) { + if (res2.body.code !== 200) { logger.error('Cloud info upload failed:', res2.body) return Promise.reject({ status: res2.status || 500,