小程序支付 支付 格式化
This commit is contained in:
parent
e94b578c2d
commit
efc9ad3332
|
|
@ -729,8 +729,7 @@ public class PayServiceImpl implements PayService {
|
||||||
case CzgJsPayResp jsPayResp ->
|
case CzgJsPayResp jsPayResp ->
|
||||||
map = JSONObject.parseObject(JSONObject.toJSONString(jsPayResp.getPayInfo()));
|
map = JSONObject.parseObject(JSONObject.toJSONString(jsPayResp.getPayInfo()));
|
||||||
case CzgLtPayResp ltPayResp -> {
|
case CzgLtPayResp ltPayResp -> {
|
||||||
map.put("payInfo", JSONObject.toJSONString(ltPayResp.getPayInfo()));
|
map = JSONObject.parseObject(JSONObject.toJSONString(ltPayResp.getPayInfo()));
|
||||||
map.put("liteInfo", JSONObject.toJSONString(ltPayResp.getLiteInfo()));
|
|
||||||
}
|
}
|
||||||
case CzgScanPayResp scanPayResp ->
|
case CzgScanPayResp scanPayResp ->
|
||||||
map = JSONObject.parseObject(JSONObject.toJSONString(scanPayResp.getPayInfo()));
|
map = JSONObject.parseObject(JSONObject.toJSONString(scanPayResp.getPayInfo()));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue