使用礼品卡(给order使用).md 1.16 KB

1、使用礼品卡

使用礼品卡(/GiftCardRest/useGiftCard)

请求参数

参数名称 参数类型 长度 可否为空 示例 默认值 备注
uid String 50001678 empty string
udid String x39engeofsngsdo789900 empty string 用户udid

以下是list |cardCode|String||否|LPK00500000001|empty string|礼品卡| |type|String||否|1|empty string|消费类型:1:消费;2:退款; 3:取消订单| |changeAmount|BigDecimal||否|345.89|null|消费金额| |orderCode|Long||否|13737339573|null|订单号|

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

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

入口参数时,否则是失败。响应JSON格式如下所示:

 {
  "uid": "500027364",
  "udid": "3333333312323",
  "detailReqBOList": [
    {
      "cardCode": "LPK00500000001",
      "type": "1",
      "changeAmount": "100",
      "orderCode": "11111111111"
    },
    {
      "cardCode": "LPK00500000002",
      "type": "1",
      "changeAmount": "50",
      "orderCode": "11111111111"
    }
  ]
}