-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shengyonggen
committed
Dec 3, 2021
1 parent
26cb4b2
commit c39241b
Showing
15 changed files
with
2,120 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 1.16.1(2021-12-3) | ||
1. 新增 | ||
- 支持 `ID-Mapping 3.0` 用户关联协议 | ||
|
||
## 1.15.1(2021-12-2) | ||
1. 新增 | ||
- 新增支持数据传输加密 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// config.js | ||
var sensors_data_pre_config = { | ||
login_id_key: '' // 配置 login_id_key 的值 | ||
}; | ||
|
||
global.sensors_data_pre_config = sensors_data_pre_config; | ||
|
||
export default sensors_data_pre_config; | ||
// module.exports = sensors_data_pre_config; // 如果为 require 方式则注释 export default 代码 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.