小程序支付 支付 格式化

This commit is contained in:
wangw 2025-02-28 18:04:19 +08:00
parent e94b578c2d
commit efc9ad3332
1 changed files with 1 additions and 2 deletions

View File

@ -729,8 +729,7 @@ public class PayServiceImpl implements PayService {
case CzgJsPayResp jsPayResp ->
map = JSONObject.parseObject(JSONObject.toJSONString(jsPayResp.getPayInfo()));
case CzgLtPayResp ltPayResp -> {
map.put("payInfo", JSONObject.toJSONString(ltPayResp.getPayInfo()));
map.put("liteInfo", JSONObject.toJSONString(ltPayResp.getLiteInfo()));
map = JSONObject.parseObject(JSONObject.toJSONString(ltPayResp.getPayInfo()));
}
case CzgScanPayResp scanPayResp ->
map = JSONObject.parseObject(JSONObject.toJSONString(scanPayResp.getPayInfo()));