新增订单模块

This commit is contained in:
starrySky
2024-03-22 15:55:17 +08:00
parent 989f0210f2
commit 994f32a342
130 changed files with 2520 additions and 831 deletions

View File

@@ -13,24 +13,4 @@ mybatis-plus:
logic-delete-value: 1
logic-not-delete-value: 0
# xml文件路径classpath* 代表所有模块的resources目录 classpath 不加星号代表当前模块下的resources目录
mapper-locations: classpath*:mapper/**/*.xml
wx:
# 公众号配置
mp:
configs:
- appId: xxxxxxxx
secret: xxxxxxxxxxxxxxxxxxxxxxxxxx
token: xxxxxxxxxx
aesKey: xxxxxxxxxxxxxxxxxxxx
# 小程序配置
ma:
configs:
- appId: xxxxxxxxxxxxxxxx
secret: xxxxxxxxxxxxx
# 微信支付商户号,请去微信支付平台申请
mchId: 1588227511
# 微信支付商户APIv2密钥请去微信支付平台申请
mchKey: xxxxxxxxxxxxxxxxxxxxx
# p12证书的位置可以指定绝对路径也可以指定类路径以classpath:开头)
keyPath: classpath:apiclient_cert.p12
mapper-locations: classpath*:mapper/**/*.xml