mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update huifu
This commit is contained in:
@@ -420,6 +420,7 @@ public class MemberService {
|
||||
try {
|
||||
log.info("创建汇付支付参数:{}", JSONObject.toJSONString(createAdaPaymentParam));
|
||||
Map<String, Object> response = Payment.create(BeanMap.create(createAdaPaymentParam));
|
||||
log.info("创建汇付支付参数反参:{}", JSONObject.toJSONString(response));
|
||||
if (response != null && !response.isEmpty()) {
|
||||
JSONObject jsonObject = JSONObject.parseObject(response.get("expend").toString());
|
||||
JSONObject pay_info = jsonObject.getJSONObject("pay_info");
|
||||
|
||||
@@ -1248,4 +1248,7 @@ public class OrderService {
|
||||
.build();
|
||||
}
|
||||
|
||||
public void adapayCallback(HttpServletRequest request, WechatPayNotifyParameter body) {
|
||||
log.info("");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user