From 1e034f4568c5a54378a2c80447ade3c120e99295 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 16 十月 2023 13:43:22 +0800
Subject: [PATCH] 销售机会列表返回联系人对象
---
conf/aps-crm.json | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/conf/aps-crm.json b/conf/aps-crm.json
index a3d0ffd..d8f9bfe 100644
--- a/conf/aps-crm.json
+++ b/conf/aps-crm.json
@@ -40,6 +40,16 @@
"ExpiresTime": "7d",
"BufferTime": "1d",
"Issuer": "qmPlus"
+ },
+ "jwt2": {
+ "SigningKey": "327a9457-899a-481e-8b30-58cc97e5b808",
+ "ExpiresTime": "7d",
+ "BufferTime": "1d",
+ "Issuer": "qmPlus"
+ },
+ "GrpcServiceAddr": {
+ "Aps": "192.168.20.120:9091",
+ "Admin": "192.168.20.120:50051"
}
}
--
Gitblit v1.8.0