简要描述:

-获取定金阶梯活动海报

请求域名:

  • http://xx.com

请求URL:

plugin.deposit-ladder.frontend.index.poster

请求参数说明:

参数名 类型 是否必需 说明
id int 活动ID
type int 就全局的那个type参数
ingress string 小程序传weChatApplet

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "ok",
	"data": {
		"poster": "http://shop-yunzshop-com.oss-cn-hangzhou.aliyuncs.com//newimage/55812ff61cb4764ce2c995bdd7c37d91.jpg"
	}
}

返回参数说明:

参数名 类型 说明
poster string 活动海报地址

错误时返回:

{
    "result": 0,
    "msg": "参数错误",
    "data": []
}