update 创建撤销请求,放入扩展字段

This commit is contained in:
2023-08-17 12:13:46 +08:00
parent 8caab85abe
commit 28e2e4608e

View File

@@ -1104,6 +1104,7 @@ public class OrderService {
* 支付撤销成功
*/
private void paymentReverseSucceeded(String data) throws JsonProcessingException {
log.info("支付撤销成功 data:{}", JSON.toJSONString(data));
JSONObject jsonObject = JSON.parseObject(data);
ObjectMapper mapper = new ObjectMapper();
mapper.setPropertyNamingStrategy(PropertyNamingStrategies.SNAKE_CASE);