mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-16 15:58:41 +08:00
update 创建撤销请求,放入扩展字段
This commit is contained in:
@@ -1104,6 +1104,7 @@ public class OrderService {
|
|||||||
* 支付撤销成功
|
* 支付撤销成功
|
||||||
*/
|
*/
|
||||||
private void paymentReverseSucceeded(String data) throws JsonProcessingException {
|
private void paymentReverseSucceeded(String data) throws JsonProcessingException {
|
||||||
|
log.info("支付撤销成功 data:{}", JSON.toJSONString(data));
|
||||||
JSONObject jsonObject = JSON.parseObject(data);
|
JSONObject jsonObject = JSON.parseObject(data);
|
||||||
ObjectMapper mapper = new ObjectMapper();
|
ObjectMapper mapper = new ObjectMapper();
|
||||||
mapper.setPropertyNamingStrategy(PropertyNamingStrategies.SNAKE_CASE);
|
mapper.setPropertyNamingStrategy(PropertyNamingStrategies.SNAKE_CASE);
|
||||||
|
|||||||
Reference in New Issue
Block a user