1.太米支付
This commit is contained in:
parent
985abf1fad
commit
7d2d80e89e
|
@ -90,6 +90,7 @@ public class TmPayService {
|
||||||
body.put("outTradeId", payable.getOutTradeNo());
|
body.put("outTradeId", payable.getOutTradeNo());
|
||||||
body.put("body", payable.getDescription());
|
body.put("body", payable.getDescription());
|
||||||
body.put("notifyUrl", channel.getNotifyUrl());
|
body.put("notifyUrl", channel.getNotifyUrl());
|
||||||
|
body.put("openid", payable.getOpenid());
|
||||||
String response = doPost(channel.getHttpUrl() + "/open/Pay/miniPay", body, channel);
|
String response = doPost(channel.getHttpUrl() + "/open/Pay/miniPay", body, channel);
|
||||||
|
|
||||||
if (com.ruoyi.common.utils.StringUtils.hasText(response)) {
|
if (com.ruoyi.common.utils.StringUtils.hasText(response)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user