简要描述:

  • 提交门店申请

请求URL:

GET/plugin.hotel.frontend.hotel.hotel.apply

参数:

参数名 是否必须 类型 说明
apply array 提交的数据
apply[username] string 账号
apply[password] string 密码
apply[realname] string 姓名
apply[mobile] string 手机号
apply[hotelName] string 酒店名称
apply[hotelImg] string 酒店图片
apply[categoryId] string 酒店分类ID
apply[provinceId] string 省ID
apply[cityId] string 市ID
apply[districtId] string 县/区ID
apply[streetId] string 街道ID
apply[address] string 详细地址
apply[lng] string 经度
apply[lat] string 纬度
apply[beginTime] string 入店时间
apply[endTime] string 离店时间
apply[starRated] string 酒店星级
apply[hotelIntroduce] string 酒店简介
apply[instructions] string 入店须知

返回示例:

正确时返回:

{
	result: 1,
	msg: "提交申请成功,等待审核",
	data: [ ]
}

错误时返回:

  

返回参数说明:

备注:

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