第三方交互服务
  1. Schemas
第三方交互服务
  • 首页
  • 优惠券管理
    • 优惠券发行
      POST
    • 优惠券发行1.0
      POST
  • 数据模型
    • Schemas
      • CouponAttach
      • CouponPublishDTO
      • ResultObject
      • SimpleCouponDTO
  1. Schemas

CouponAttach

{
    "couponType": "string",
    "couponValue": "string",
    "validDatetmFrom": "string",
    "validDatetmTo": "string",
    "validTimes": "string",
    "couponConfig": "string"
}
Built with