简要描述:

  • 用户登录接口

请求域名:

  • http://xx.com

请求URL:

GET/route=coupon.base-set.see(视图)
POST/route=coupon.base-set.see-data(获取数据)

传参数说明:

参数名 类型 说明

备注:

返回示例:

正确时返回:

{
	result: 1,
	msg: "ok",
	data: {
		coupon: {
			award_point: "1",
			transfer: "1",
			is_singleton: "1",
			order_close_return: "1",
			exchange_center: "1",
			coupon_notice: "181",
			description: "<p>哒哒哒</p>",
			shopping_share: {
				share_limit: "1",
				receive_limit: "1",
				banner: "images/2/2020/05/C9cnzcdOCnfcFfF9Q3e3cXCgC8decM.jpg",
				share_title: "21312",
				share_desc: "1232132131"
			}
		},
		temp_list: [],
		coupon_notice: {
			id: 181,
			uniacid: 2,
			title: "提现审核通知",
			template_id: "1lvZE23BfsiPCxtYXn6bdHNbNuwmpKjUVINJQ_fYN5E",
			first: "[昵称],您好!您的提现申请已经处理。",
			first_color: "#000000",
			data: [],
			remark: "如有疑问,请联系客服!",
			remark_color: "#000000",
			created_at: "2020-05-29 11:25:01",
			updated_at: "2020-05-29 11:25:01",
			deleted_at: null,
			is_default: 1,
			notice_type: "income_withdraw_check",
			news_link: null
		}
	}
}

错误时返回:

 

data 返回参数说明:

参数名 类型 说明
coupon[is_singleton] int 优惠券使用限制 : 1单张 0多张
coupon[transfer] int 优惠券转让: 1开启 0关闭
coupon[award_point] int 抵扣奖励积分: 1开启 0关闭
coupon[order_close_return] int 优惠券返还 : 1开启 0关闭
coupon[exchange_center] int 兑换中心 :1开启 0关闭
coupon[coupon_notice] arr 消息模板
coupon[description] str 领券说明
coupon[shopping_share][share_limit] int 分享限制 : 1是 0否
coupon[shopping_share][receive_limit] int 领取限制: 1是 0否
coupon[shopping_share][banner] str 分享Banner图
coupon[shopping_share][share_title] str 分享标题
coupon[shopping_share][share_desc] str 分享描述
temp_list[id] int 消息模板id
temp_list[title] str 消息模板标题
coupon_notice[id] str 设置的消息模板id
coupon_notice[title] str 设置的消息模板标题

备注:

  • 更多返回错误代码请看首页的错误代码描述