在账号获取的接口加入了账号最大变化量

This commit is contained in:
whm
2025-10-30 17:24:05 +08:00
parent a66f5db3f2
commit f45c743e3c
7 changed files with 55 additions and 6 deletions

View File

@@ -280,7 +280,8 @@ def scheduled_get_max_nyid_by_point_id():
'point_id': d['point_id'],
'linecode': d['level_data']['linecode'],
'account_id': d['account_data']['account_id'],
'section_id': d['section_data']['id']
'section_id': d['section_data']['id'],
'remaining': d['remaining'],
}
daily_create_data.append(tem)