电子导游API> 电子导游线路信息同步接口 Scenic line sync

接口说明 Interface description

提供方:携程

调用方: 供应商

电子导游线路信息同步接口,支持景点中所有导游线路信息同步 电子导游线路信息同步小于100次/分钟,景点中同一导游线路更新频率大于1次/分钟

Provider: ctrip

Caller: supplier

Sync of line of online guide,supports sync of all line displayed in online guide.Frequency of online guide line synchronization is under 100 times per minute. Online guide line of same attraction site is synchronized above once per minute.

{
	"header":{
		"accountId":"xiecheng",
		"serviceName":"GuideLineModify",
		"requestTime":"2017-01-05 10:00:00",
		"version":"1.0",
		"sign":"374d95774f17c3e354e73f7aaf21b5ec"
	},
	"body":{
         "sequenceId":"20171010abcd95774f17c3e354e73f7aaf21b5ec",
         "supplierScenicId":"568898",
         "guideLineId":"568898",
         "guideLineName":"线路名称",
         "guideLineStatus":"1",
         "items":[{
                 "itemId":"568898",
                 "guideContentId":"568898",
                 "geohash":{
                      "latitude":5688.98,
                      "longitude":5688.98
                }
         }]
	}
}

          
{
	"header":{
		"resultCode":"0000",
		"resultMessage":"接收成功"
	}
}
          

携程接口返回码The return code of Ctrip's interface