From d4f8078c2a062864dab885d6bd54fbe1195f85e2 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期一, 12 六月 2023 11:07:18 +0800 Subject: [PATCH] 修改计费bug --- driver/guns-admin/src/main/resources/application.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/driver/guns-admin/src/main/resources/application.yml b/driver/guns-admin/src/main/resources/application.yml index d2cf298..2a8e43d 100644 --- a/driver/guns-admin/src/main/resources/application.yml +++ b/driver/guns-admin/src/main/resources/application.yml @@ -2,7 +2,7 @@ port: 8007 guns: - swagger-open: true #是否开启swagger (true/false) + swagger-open: false #是否开启swagger (true/false) kaptcha-open: false #是否开启登录时验证码 (true/false) # file-upload-path: d:/tmp #文件上传目录(不配置的话为java.io.tmpdir目录) spring-session-open: false #是否开启spring session,如果是多机环境需要开启(true/false) @@ -101,9 +101,9 @@ #支付回调地址 #正式环境 -#callbackPath: https://okyueche.com:443/user +callbackPath: https://fanghuatongxing.cn:443/driver #测试环境 -callbackPath: http://139.9.238.199:80/driver +#callbackPath: http://139.9.238.199:80/driver --- -- Gitblit v1.7.1