简要描述:

  • 酒店自定义字段接口

请求域名:

  • http://xx.com

请求URL:

GET/获取酒店自定义字段:plugin.hotel.frontend.hotel.get-hotel-info.get-custom-name

返回示例:

正确时返回:

  {
    "result": 1,
    "data": {
	check_the_room: "查看房型"
	goods_details: "商品详情"
	goods_parameters: "商品参数"
	goods_presentation: "商品介绍"
	hotel_find: "查找酒店"
	hotel_find_name: "酒店名"
	hotel_first_page: "酒店首页"
	hotel_home_page: "酒店主页"
	hotel_intro: "酒店简介"
	hotels: "酒店"
	user_evaluation: "用户评价"
    }
	"msg":'获取成功'
  }

错误时返回:

  {
    "result": 0,
    "msg": "获取失败"
  }

返回参数说明:

参数名 类型 说明
check_the_room str 酒店房型自定义字段
goods_details str 酒店房型自定义字段
goods_parameters str 酒店房型自定义字段
goods_presentation str 酒店房型自定义字段
hotel_find str 酒店房型自定义字段
hotel_find_name str 酒店房型自定义字段
hotel_first_page str 酒店房型自定义字段
hotel_home_page str 酒店房型自定义字段
hotel_intro str 酒店房型自定义字段
hotels str 酒店房型自定义字段
user_evaluation str 酒店房型自定义字段

备注:

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