改造短信发送接口

This commit is contained in:
geng.tang@qq.com
2024-01-02 21:33:52 +08:00
parent 2a38f01da7
commit 31edb4775a
32 changed files with 623 additions and 111 deletions
+10 -6
View File
@@ -9,12 +9,6 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
# 日志配置
logging:
level:
com.gxwebsoft: DEBUG
com.baomidou.mybatisplus: DEBUG
socketio:
host: localhost #IP地址
@@ -31,3 +25,13 @@ config:
bucketName: oss-yunxinwei
bucketDomain: https://oss.wsdns.cn
aliyunDomain: https://oss-yunxinwei.oss-cn-shenzhen.aliyuncs.com
# 日志配置
logging:
level:
root: INFO
com.gxwebsoft: INFO
com.baomidou.mybatisplus: INFO
file:
path: E:\data\yxw\logs
name: yxw.log
+5 -2
View File
@@ -13,18 +13,21 @@ spring:
logging:
file:
name: websoft-api.log
path: /www/wwwroot/api.yunxinwei.java/logs
level:
root: WARN
com.gxwebsoft: ERROR
root: INFO
com.gxwebsoft: INFO
com.baomidou.mybatisplus: ERROR
socketio:
host: 0.0.0.0 #IP地址
# host: localhost
# 框架配置
config:
# 生产环境接口
server-url: https://yxw.wsdns.cn/api
# server-url: https://127.0.0.1:9090/api
upload-path: /www/wwwroot/file.ws/
# 阿里云OSS云存储
+13 -1
View File
@@ -7,7 +7,7 @@ socketio:
# 多环境配置
spring:
profiles:
active: dev
active: prod
application:
name: server
@@ -91,6 +91,7 @@ config:
file-server: https://file.wsdns.cn
upload-path: /Users/gxwebsoft/Documents/uploads/
local-upload-path: /Users/gxwebsoft/Documents/uploads/
tenantId: 6
# 阿里云OSS云存储
endpoint: https://oss-cn-shenzhen.aliyuncs.com
@@ -99,5 +100,16 @@ config:
bucketName: oss-gxwebsoft
bucketDomain: https://oss.wsdns.cn
aliyunDomain: https://oss-gxwebsoft.oss-cn-shenzhen.aliyuncs.com
# smsSign: ${SMS_SIGN:南宁网宿科技}
# smsKey: ${SMS_ACCESS_KEY:LTAI5tBWM9dSmEAoQFhNqxqJ}
# smsSecret: ${SMS_SECRET:Dr0BqiKl7eaL1NNKoCd12qKsbgjnum}
# 日志配置
#logging:
# level:
# com.gxwebsoft: ${LOG_LEVEL:INFO}
# com.baomidou.mybatisplus: ${LOG_LEVEL:INFO}
# file:
# path: {LOGGING_PATH: ../logs}