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

CouponPublishDTO

{
    "appId": "string",
    "plateNo": "string",
    "plateType": "string",
    "attach": {
        "couponType": "string",
        "couponValue": "string",
        "validDatetmFrom": "string",
        "validDatetmTo": "string",
        "validTimes": "string",
        "couponConfig": "string"
    },
    "sign": "string"
}
Built with