查询矿石总产量和昨日矿石总产量 - YaOuGuoJi/platform-chain GitHub Wiki

接口定义

URL

  • GET /ore/total

参数列表

返回值举例

{
  "code": 200,
  "success": true,
  "message": "查询成功",
  "data": {
    "total": 950.00000,
    "day": 50.00000
  }
}