feat 新增微信获取OpenId相关接口, 微信分账者绑定支持扫码获取OpenId

This commit is contained in:
bootx
2024-06-16 01:30:18 +08:00
parent ed2b1c535b
commit 0f9b86fd89
22 changed files with 281 additions and 113 deletions

View File

@@ -33,8 +33,6 @@ spring:
web:
resources:
static-locations: classpath:/static/,classpath:/public/
thymeleaf:
cache: false
# 定时任务
quartz:
# 持久化方式

View File

@@ -33,8 +33,6 @@ spring:
web:
resources:
static-locations: classpath:/static/,classpath:/public/
thymeleaf:
cache: false
# 定时任务
quartz:
# 持久化方式

View File

@@ -12,8 +12,6 @@ spring:
max-file-size: 100MB
max-request-size: 100MB
enabled: true
thymeleaf:
mode: LEGACYHTML5
# mp配置
mybatis-plus:
mapper-locations: classpath*:mapper/**/*Mapper.xml