{ "info": { "description": "8年老店◆【今日油价查询-全国油价查询-汽油价格查询】根据国家公布的油价,次日更新,可查询全国31个省份的具体油价。24h技术专家在线对接。为企业事单位提供年均超100亿次调用,欢迎采购咨询享5折优惠!◆口碑商家◆品质保障◆金牌售后— 阿里云6星级金牌服务商", "title": "【数脉API】今日油价查询-全国油价查询-汽油价格查询", "version": "1.0.0" }, "openapi": "3.0.1", "paths": { "/oil/price": { "get": { "operationId": "今日油价", "summary": "今日油价", "parameters": [ { "description": "省份,如北京,广西", "in": "query", "name": "prov", "required": false, "schema": { "type": "string" } } ], "responses": { "200": { "content": { "application/json": { "schema": { "properties": { "msg": { "description": "响应消息", "example": "成功", "type": "string" }, "success": { "description": "是否成功", "example": "true", "type": "boolean" }, "code": { "description": "状态码", "example": "200", "type": "integer" }, "data": { "properties": { "orderNo": { "description": "订单号", "example": "yb7pxbiup6nkg1iw2z", "type": "string" }, "ret_code": { "description": "返回码,0表示成功,其他表示失败", "example": "0", "type": "integer" }, "list": { "items": { "properties": { "prov": { "description": "省份", "example": "浙江", "type": "string" }, "p90": { "description": "90号油价格", "example": "", "type": "string" }, "p0": { "description": "0号油价格", "example": "7.85", "type": "string" }, "p95": { "description": "95号油价格", "example": "8.68", "type": "string" }, "p97": { "description": "97号油价格", "example": "", "type": "string" }, "p98": { "description": "98号油价格", "example": "9.50", "type": "string" }, "p89": { "description": "89号油价格", "example": "7.56", "type": "string" }, "p92": { "description": "92号油价格", "example": "8.16", "type": "string" }, "p93": { "description": "93号油价格", "example": "", "type": "string" }, "ct": { "description": "更新时间", "example": "2022-10-21 09:00:00.238", "type": "string" } }, "type": "object" }, "type": "array" } }, "type": "object" } }, "type": "object" } } }, "description": "成功响应" } } } } }, "servers": [ { "url": "https://smjryjcx.market.alicloudapi.com" } ] }