支付模块-下单接口

This commit is contained in:
2024-12-24 17:39:49 +08:00
parent b7eec65e6d
commit 27eac91d1c
21 changed files with 658 additions and 1 deletions

View File

@ -115,6 +115,15 @@ sip:
id: 34020000002000000001 # 同上,另外增加编号,(可保持默认)
password: 12345678 # 监控设备接入的密码
#微信支付
wx:
pay:
appId: wx308612d2a8423311 #微信公众号或者小程序等的appid
secret: 7f591f559929a3bf2dbea4e156b08ae9
mchId: #微信支付商户号
mchKey: #微信支付商户密钥
notifyUrl: http://192.168.1.5:13088/pay/wxCallback #支付回调地址
# 日志配置
logging:
level:

View File

@ -56,6 +56,8 @@ server:
platform:
expried: 120
# Spring配置
spring:
# 环境配置dev=开发环境prod=生产环境