mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-09 22:09:05 +00:00
feat 新增微信获取OpenId相关接口, 微信分账者绑定支持扫码获取OpenId
This commit is contained in:
@@ -33,8 +33,6 @@ spring:
|
||||
web:
|
||||
resources:
|
||||
static-locations: classpath:/static/,classpath:/public/
|
||||
thymeleaf:
|
||||
cache: false
|
||||
# 定时任务
|
||||
quartz:
|
||||
# 持久化方式
|
||||
|
@@ -33,8 +33,6 @@ spring:
|
||||
web:
|
||||
resources:
|
||||
static-locations: classpath:/static/,classpath:/public/
|
||||
thymeleaf:
|
||||
cache: false
|
||||
# 定时任务
|
||||
quartz:
|
||||
# 持久化方式
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user