From 920cec41cedfde27f89d7c19b78e03147b926ab5 Mon Sep 17 00:00:00 2001
From: wangzhibo <wangzhibo@shsening.com>
Date: 星期二, 28 七月 2026 10:58:45 +0800
Subject: [PATCH] add pdfjs and traderecord
---
src/modules/push/controller/app/open.ts | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/modules/push/controller/app/open.ts b/src/modules/push/controller/app/open.ts
index 9a89a67..3d70d84 100644
--- a/src/modules/push/controller/app/open.ts
+++ b/src/modules/push/controller/app/open.ts
@@ -27,8 +27,8 @@
@Body() data: WeightUploadDto,
) {
- const CLIENT_ID = String(await this.baseSysParamService.dataByKey('YAOHUA.WEIGHT.CLIENTID')); //'10001';
- const SECRET = String(await this.baseSysParamService.dataByKey('YAOHUA.WEIGHT.SECRET')); //'9001ac9676b8';
+ const CLIENT_ID = String(await this.baseSysParamService.dataByKey('yaohua.weight.clientid')); //'10001';
+ const SECRET = String(await this.baseSysParamService.dataByKey('yaohua.weight.secret')); //'9001ac9676b8';
const clientId = headers['clientid'];
--
Gitblit v1.9.1