修改获取平台证书接口;创建设备操作日志表

This commit is contained in:
2024-12-30 14:32:03 +08:00
parent aa97a61285
commit d7cd539478
13 changed files with 674 additions and 148 deletions

View File

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

View File

@ -176,3 +176,11 @@ http: # 最大连接数
socketTimeout: 10000
# 提交请求前测试连接是否可用
staleConnectionCheckEnabled: true
#微信支付
wx:
pay:
appId: "wx308612d2a8423311" #微信公众号或者小程序等的appid
appSecret: "7f591f559929a3bf2dbea4e156b08ae9"
notify_url: "https://farmh5.hze2.com/prod-api/pay/getresult" #生产环境支付回调地址
#notifyUrl: https://3ffb1c5f.r3.cpolar.cn/pay/getresult #开发环境支付回掉地址