From a97d3b4a19c0fc7586bd02f5b51f609904d5cf15 Mon Sep 17 00:00:00 2001
From: wangrong <wangrong@shsening.com>
Date: 星期六, 25 七月 2026 12:12:00 +0800
Subject: [PATCH] 萤石云设备对接
---
src/modules/push/controller/app/open.ts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/modules/push/controller/app/open.ts b/src/modules/push/controller/app/open.ts
index 1807959..9a89a67 100644
--- a/src/modules/push/controller/app/open.ts
+++ b/src/modules/push/controller/app/open.ts
@@ -28,7 +28,7 @@
) {
const CLIENT_ID = String(await this.baseSysParamService.dataByKey('YAOHUA.WEIGHT.CLIENTID')); //'10001';
- const SECRET = String(await this.baseSysParamService.dataByKey('YAOHUA.WEIGHT.SECRET')); '9001ac9676b8';
+ const SECRET = String(await this.baseSysParamService.dataByKey('YAOHUA.WEIGHT.SECRET')); //'9001ac9676b8';
const clientId = headers['clientid'];
--
Gitblit v1.9.1