简要描述:

  • 申请招商中心条件接口

请求URL:

plugin.merchant.frontend.get-center-condition

参数:

参数名 是否必须 类型 说明
i int 公众号id

返回示例:

正确时返回:

{
	result: 1,
	msg: "未提交申请",
	data: {
		config1: "申请",
		config2: {
			total: "10",
			diff: "8",
			note: "下级会员总人数"
		},
		config3: {
			goods_title: "",
			goods_id: "207",
			note: "购买指定商品"
		},
		config4: {
			total: "100000",
			diff: "95561",
			note: "自购订单金额"
		},
		config5: {
			total: "100000",
			diff: "0",
			note: "下线总消费金额"
		},
		config_status: "1",
		status: -1
	}
}

错误时返回:

备注:

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