[
  {
    "title": "首次訂購優惠券",
    "code": "firstuse",
    "state": 1,
    "type": "%",
    "discount": 50,
    "infinity": 1,
    "rebatePrice": 0,
    "limit": 5,
    "productAssign": 0,
    "rules": {
      "type": "FirstUse",
      "value": 0
    }
  },
  {
    "title": "一般優惠券",
    "code": "normal",
    "state": 1,
    "type": "fixed",
    "discount": 100,
    "infinity": 1,
    "rebatePrice": 0,
    "limit": 5,
    "productAssign": 0,
    "rules": {
      "type": "Normal",
      "value": 1
    }
  }
]
