[fix]微信充值和提现

This commit is contained in:
wangqx 2025-09-20 18:24:43 +08:00
parent 4b518e023c
commit 251fb9b0dc

View File

@ -274,7 +274,7 @@ public class WechatPlugin implements Payment {
.setOut_trade_no(outOrderNo)
.setTime_expire(timeExpire)
.setAttach(attach)
.setNotify_url("http://cjh.wuzhongjie.com.cn/app/wechat/notify")
.setNotify_url("http://cjh.wuzhongjie.com.cn/app/wechat/notify/"+PaymentMethodEnum.WECHAT)
.setAmount(new Amount().setTotal(fen));