From 03b791e466c5db94b196c465fc2e5ac91a2d9890 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 10 八月 2023 16:38:07 +0800 Subject: [PATCH] 销售明细增删改查完善 --- conf/aps-crm.json | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/conf/aps-crm.json b/conf/aps-crm.json index a3d0ffd..a616fdd 100644 --- a/conf/aps-crm.json +++ b/conf/aps-crm.json @@ -40,6 +40,15 @@ "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" } } -- Gitblit v1.8.0