This commit is contained in:
hujiabin 2024-01-05 14:19:51 +08:00
parent 408335c8e3
commit 2efb60a2d7

View File

@ -7,8 +7,8 @@ class HashRate(object):
{ {
'name': 'info', 'name': 'info',
'desc': '获取算力信息', 'desc': '获取算力信息',
'group': 'ComputingPower', 'group': 'HashRate',
'url': 'webapp/index.php?c=ComputingPower&a=info', 'url': 'webapp/index.php?c=HashRate&a=info',
'params': [ 'params': [
_common.ReqHead(), _common.ReqHead(),
], ],