开发接口

开发接口

全部商品xml接口:http://www.dazhongtg.com/api/baidu.php

当日推荐商品xml接口:http://www.dazhongtg.com/api/recommend.php

格式

<?xml version="1.0" encoding="utf-8" ?>
<urlset>
  <url>
   <loc>http://xxx.dazhongtg.com/xxxxxx</loc>
   <!-- 商品URLurl 256 bytes [必填]-->
   <data>
     <display>
      <website>大众团购</website>
      <!-- 站点名称 50 bytes [必填]-->
      <siteurl>http://xxx.baidu.com</siteurl>
      <!-- 站点名称 256 bytes [必填]-->
      <city>北京</city>
      <!-- 城市名称(城市名称不需要附带省、市、区、县等字,如果是全国范围请指明:全国) 16 bytes [必填] -->
     <title>价值276元!团购88元!重庆家富富侨(白杨店)</title>
      <!-- 商品标题 512 bytes[必填] -->
      <image>http://maya.xxx.com/xxx.gif</image>
      <!-- 商品图片url 256 bytes [必填] -->
      <startTime>1275926400</startTime>
      <!-- 商品开始时间 10 bytes [必填]-->
      <endTime>1291910399</endTime>
      <!-- 商品结束时间 10 bytes [必填]-->
      <value>188.00</value>
      <!-- 商品原价 12 bytes [必填]-->
      <price>49.00</price>
      <!-- 商品现价 12 bytes [必填]-->
      <rebate>2.6</rebate>
      <!-- 商品折扣 6 bytes [必填]-->
      <bought>100</bought>
      <!-- 已购买人数 10 bytes [必填]-->
     </display>
   </data>
  </url>
</urlset>