修复订单发货 退款 核销等问题 增加了实体验证等

This commit is contained in:
hupeng
2020-05-18 21:13:10 +08:00
parent b1add77a43
commit 0f0f1e2b6b
18 changed files with 177 additions and 15 deletions

View File

@ -51,7 +51,7 @@ spring:
database: 0
host: 127.0.0.1
port: 6379
password: root
password:
#连接超时时间
timeout: 5000
@ -84,8 +84,8 @@ swagger:
# 文件存储路径
file:
path: D:\upload\file\
avatar: D:\upload\avatar\
path: E:\yshop\file\
avatar: E:\yshop\avatar\
# 文件大小 /M
maxSize: 100
avatarMaxSize: 5

View File

@ -52,7 +52,7 @@ yshop:
enable: true
appId: 1607734
appKey: 81f43a2e-f504-45c4-9b54-2637d59f8190
apiUrl: https://zapi.jidanguo10.com/api
apiUrl: http://127.0.0.1:8009/api
# PageHelper分页插件