简要描述:

  • 申请招商员条件接口

请求URL:

plugin.merchant.frontend.get-info

参数:

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

返回示例:

正确时返回:

{
	result: 1,
	msg: "未提交申请",
	data: {
		config1: "申请",
		config2: {
			total: "10",
			diff: "8"
		},
		config3: {
			goods_title: "",
			goods_id: "62"
		},
		config_status: "1",
		status: -1
	}
}

错误时返回:

备注:

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