扫码支付

This commit is contained in:
2025-03-07 15:39:54 +08:00
parent 196714760d
commit 4e4245ef24
3 changed files with 4 additions and 8 deletions

View File

@@ -171,6 +171,7 @@ public class CzgPayUtils {
// 获取响应体
String respStr = resp.body();
if (StrUtil.isNotEmpty(respStr)) {
log.info("超掌柜交易请求响应元数据,{}", respStr);
CzgBaseRespParams respParams = JSONObject.parseObject(respStr, CzgBaseRespParams.class);
log.info("超掌柜交易请求响应,{}", respParams);