小程序支付 支付 格式化
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user