couponActivity.md 1.42 KB

优惠券活动接口服务定义

添加优惠券活动接口

接口名:couponActivity/add 相关数据表:yh_events.activity、yh_events.activity_configuration

入参


属性名称 类型 可否为空 例子 说明
actName String 六月大促 活动名称
activityType int 1 活动类型1:普通活动 2:APP活动
actUrl string http://baidu.com 活动地址
startTime int 1463480820 活动起始时间
endTime int 1466159220 活动结束时间
bgImageUrl String http://baidu/com 背景图片
shareTitile String YOHO!BUY有货来出招,大六一,变身撩妹达人! 分享标题
shareDescribe String 告别单身狗!恋爱手册之约会大作战! 分享描述
sharePic String http://feature.yoho.cn/0217APPDATING/index.html 分享图片
shareUrl String http://feature.yoho.cn/0217APPDATING/index.html 分享地址
isVerify String N 是否授权
instructions String 告别单身狗!恋爱手册之约会大作战! 活动说明
isNewUser int 0 限制新老用户 0:不限制 1:限制新用户
couponId String 123456,233566 关联的优惠券ID

返回

{
  "code": 200,
  "data": [],
  "md5": "d751713988987e9331980363e24189ce",
  "message": "添加成功."
}