退还礼品卡(给order使用).md 735 Bytes

1、退还礼品卡

退还礼品卡(GiftCardRest/refundGiftCard)

请求参数

参数名称 参数类型 长度 可否为空 示例 默认值 备注
uid String 50001678 empty string
cardCode String LPK00500000001 empty string 礼品卡卡号
changeAmount BigDecimal 345.89 empty string 退还金额
orderCode long 12457895 empty string 订单号

注意,通用的头部没有列出。

请求示例(将debug=XYZ换为通用头) http://localhost:8081/users/GiftCardRest/refundGiftCard

请求参数JSON格式如下所示:

{
"uid":"500027364",
"type":"2",
"amount":"125",
"orderCode":"444444444444444"
}