油价数据格式

 

{
    "reason": "success!",
    "result": [
        {
            "city": "北京",
            "92h": "7.1",
            "95h": "7.56",
            "98h": "9.06",
            "0h": "6.78"
        },
        {
            "city": "天津",
            "92h": "7.09",
            "95h": "7.49",
            "98h": "8.99",
            "0h": "6.74"
        }
    ],
    "error_code": 0
}

  

posted @ 2025-05-16 18:21  liskov_design  阅读(6)  评论(0)    收藏  举报