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

接口定义

URL

  • GET /ore/total

返回值示例

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