icnsnker
icnsnker
data = { 'last_index': 0 } await mgr.send('fetchContestGameRecords', print, data) 在fetchContestGameRecords中 req为 ReqFetchCustomizedContestGameRecordList ReqFetchCustomizedContestGameRecordList里有一个last_index值 我无论last_index赋值多少 亦或者None,永远返回error code=2501 我真是头大死了 请问您是否能指导一下
(majsoul) D:\venv\majsoul\mahjongsoul\api-visualizer>docker-compose up [+] Building 0.0s (0/0) docker:default [+] Running 3/0 ✔ Container api-visualizer-redis-1 Running 0.0s ✔ Container api-visualizer-build-1 Created 0.0s ✔ Container api-visualizer-web_server-1 Created 0.0s Attaching to api-visualizer-build-1, api-visualizer-redis-1,...
有会战管理的解析吗
data = { 'last_index': 0 } await mgr.send('fetchContestGameRecords', print, data) In fetchContestGameRecords req is ReqFetchCustomizedContestGameRecordList ReqFetchCustomizedContestGameRecordList : last_index int No matter what value is assigned to last_index or None, error...