update huifu

This commit is contained in:
2023-05-16 17:14:21 +08:00
parent 6ae3530907
commit cf8b303478
3 changed files with 39 additions and 0 deletions

View File

@@ -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");