fix: 更新微信配置、点阵ID及打印工具相关配置
1. 更新WebApi和WorkService的配置文件中的微信AppId、AppSecret 2. 修改WorkService的DotId配置为新的点阵ID 3. 新增打印工具所需的授权xml文件 4. 重构打印工具调用逻辑,修复路径问题并优化命令执行方式
This commit is contained in:
@ -22,8 +22,8 @@
|
||||
"ClientProvidedName": "Custom connection name"
|
||||
},
|
||||
"WeChatSettings": {
|
||||
"AppId": "wx5d8f281c2fd6594c",
|
||||
"AppSecret": "974f45e4a0aaa075278db0477d0bd8b6"
|
||||
"AppId": "wx5d8f281c2fd6594c1",
|
||||
"AppSecret": "974f45e4a0aaa075278db0477d0bd8b61"
|
||||
},
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
|
||||
Reference in New Issue
Block a user