We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data = { 'last_index': 0 } await mgr.send('fetchContestGameRecords', print, data) 在fetchContestGameRecords中 req为 ReqFetchCustomizedContestGameRecordList
ReqFetchCustomizedContestGameRecordList里有一个last_index值
我无论last_index赋值多少 亦或者None,永远返回error code=2501
我真是头大死了 请问您是否能指导一下
The text was updated successfully, but these errors were encountered:
No branches or pull requests
data = {
'last_index': 0
}
await mgr.send('fetchContestGameRecords', print, data)
在fetchContestGameRecords中 req为 ReqFetchCustomizedContestGameRecordList
ReqFetchCustomizedContestGameRecordList里有一个last_index值
我无论last_index赋值多少 亦或者None,永远返回error code=2501
我真是头大死了 请问您是否能指导一下
The text was updated successfully, but these errors were encountered: