跳到主要内容

flush_board_request

请求排行服务器立刻更新指定的排行榜(阻塞模式)

声明

array flush_board_request(string board_id)

参数

参数名描述
board_id排行榜id

返回值

[成功否, 结果 或 失败原因]失败原因
- timeout 请求超时(默认3秒)
- not start 排行服务器未启动
- no_board 没有此排行榜
- no_fields 没有参与者数据
- same_score 积分未变
- other 其他排行服内部错误

使用方式

返回文档