通过配置api 接口,自动将Result 进行加密返回,同时code返回12标注 目前使用base64

This commit is contained in:
2024-07-30 15:12:11 +08:00
parent a9407c3290
commit 8b05c01e42
8 changed files with 109 additions and 30 deletions
+7
View File
@@ -92,5 +92,12 @@
"DefaultPassword": "123456",
"DefaultInternalOrganizationName": "ExtImaging",
"ImageShareExpireDays": 10
},
"EncrypteResponseConfig": {
"IsEnable": true,
"ApiPathList": [
"/test/get"
]
}
}