chinapnr / COVID-19-Data-API

Provide COVID-19 data by the Restul API
MIT License
5 stars 0 forks source link

global 接口,返回日期 #31

Closed zhangmuqing closed 4 years ago

zhangmuqing commented 4 years ago

按此格式返回:

{
  "code": "90000",
  "message": "success",
  "data": {
    "global": {
      // 在此处新增 last_update_date 字段
      "last_update_date ": "2020-04-09",
      "confirmed_add": 1475773,
      "deaths_add": 86626,
      "recovered_add": 323390,
      "country": {
        "Afghanistan": {
          "confirmed_add": 443,
          "deaths_add": 14,
          "recovered_add": 29
        }
      }
    }
  }
}