From 1fad0578c97abbb7fc30f59eb1de0f23f08ddde1 Mon Sep 17 00:00:00 2001 From: zhangmei <645025773@qq.com> Date: 星期四, 27 三月 2025 15:21:15 +0800 Subject: [PATCH] 流水、开票营业部权限 --- ruoyi-admin/src/main/resources/application-test.yml | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-test.yml b/ruoyi-admin/src/main/resources/application-test.yml index 4fa25ea..7e3b361 100644 --- a/ruoyi-admin/src/main/resources/application-test.yml +++ b/ruoyi-admin/src/main/resources/application-test.yml @@ -162,7 +162,7 @@ # 令牌密钥 secret: abcdefghijklmnopqrstuvwxyz # 令牌有效期(默认30分钟) - expireTime: 120 + expireTime: 1 mybatis-plus: # 此处在多数据源中生效 @@ -199,7 +199,8 @@ accessPath: /file/ allowExt: .jpg|.png|.gif|.jpeg|.doc|.docx|.apk|.MP4|.mp4|.pdf|.PDF url: - prefix: http://localhost:${server.port}${server.servlet.context-path} +# prefix: http://localhost:${server.port}${server.servlet.context-path} + prefix: https://xzgt.test.591taxi.cn:${server.port}${server.servlet.context-path} wx: conf: appId: wxe91f1af7638aa5dd @@ -230,8 +231,8 @@ com: taxi591: bank: - cer-path: D:\workspaces\工作文件\畅云\农业银行\TrustPayTest.cer + cer-path: D:\workspaces\工作文件\畅云\农业银行\正式\TrustPay.cer base-url: http://hello.enjoy.abchina.com enable: true - keystore-password: - pfx-path: D:\workspaces\工作文件\畅云\农业银行\103882200000958.pfx \ No newline at end of file + keystore-password: gggs6666 + pfx-path: D:\workspaces\工作文件\畅云\农业银行\正式\103882597000441.pfx \ No newline at end of file -- Gitblit v1.7.1