Giter Site home page Giter Site logo

blog.pspgbhu.me's People

Contributors

pspgbhu avatar

Watchers

 avatar

blog.pspgbhu.me's Issues

demo

{
  "status": 0,
  "data": {
    "car_detail": {
      "id": number                    // 车辆 id
      "img": string                   // 车辆图片
      "series_name": string           // 车系名称
      "price": [number, number]       // 当前报价 [最低价,最高价]
      "old_price": [number, number]   // 原价 [最低价,最高价],(当前价格和原价的价差 =当前最高价 - 原价最高价)
    },
    "activity_ending_time": number,   // 活动结束时间的时间戳
    "activity_list": [{               // 活动列表,可能存在多个活动
      "tag": string                   // 活动标签名
      "desc": string                  // 活动描述
    }],
    "store_info": {                   // 门店信息
      "store_name": string            // 门店名称
      "store_location": string        // 门店地址
      "is_sold_global": boolean       // 是否售全国
    },
    "activity_for_cars": [{           // 支持当前活动的车型,会有多个车型
      "car_name": string              // 车型名称
      "discount": number              // 折扣价格
    }]
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.