This commit is contained in:
hujiabin 2023-07-21 14:29:16 +08:00
parent ef81341586
commit 8f6b20aff6

View File

@ -53,7 +53,7 @@ class Season(object):
], ],
'response': [ 'response': [
_common.RspHead(), _common.RspHead(),
['!data', [_common.SeasonPoint()], '赛季积分信息'], ['!data', [SeasonPoint()], '赛季积分信息'],
] ]
}, },