1.太米支付

This commit is contained in:
邱贞招 2024-09-24 22:24:58 +08:00
parent 985abf1fad
commit 7d2d80e89e

View File

@ -90,6 +90,7 @@ public class TmPayService {
body.put("outTradeId", payable.getOutTradeNo());
body.put("body", payable.getDescription());
body.put("notifyUrl", channel.getNotifyUrl());
body.put("openid", payable.getOpenid());
String response = doPost(channel.getHttpUrl() + "/open/Pay/miniPay", body, channel);
if (com.ruoyi.common.utils.StringUtils.hasText(response)) {