小程序支付 支付 格式化
This commit is contained in:
parent
e94b578c2d
commit
efc9ad3332
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue