新增订单模块
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user