简要描述:

  • 酒店申请状态

请求URL:

GET/plugin.hotel.frontend.hotel.hotel.verify-apply-status

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
	result: 1,
	msg: "可以进行申请",
	data: {
		status: 1,
		agreement: "<p>1222222</p>"//申请协议
	}
}

{
	result: 1,
	msg: "已提交申请,等待审核",
	data: {
		status: 2
	}
}

{
	result: 1,
	msg: "已经是门店,不能重复申请",
	data: {
		status: 3
	}
}

错误时返回:

  

返回参数说明:

备注:

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