文档
测试

获取打榜模式简介与PK模式简介

POST
/api/introduce/getRuleIntroduce

请求头

参数名
类型
描述
必填
language
中文 zh-CN 、英文 en-US
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
msg
string
示例:success
必填
data
object
数据字典
必填
ranking_rule
string
打榜中文
必填
pk_rule
string
PK中文
必填

说明 / 示例

```json { "code": 1, "msg": "success", "data": { "ranking_rule": "The ranking mode takes four standard items as the target.\n\nAfter finishing the last event (marathon), the system automatically stops recording data and uploads the score card.\n\nDuring the process, you can manually stop recording or exit the ranking mode page and upload data.\n\nThe data that fails to upload can be re-uploaded on the synchronization page or re-uploaded on my Records page.\n\nUpload, if there is no exception, and exceed their best results, will update their ranking in the rankings.", "pk_rule": "Pairs 1 minute\n\nTwo cars are used to represent two players in the 1-minute 1V1 competition. The faster the ball is spun, the farther the car will run. After one minute, the player with the farthest distance will win.\n\n\nTeam 1 minute\n\nForm two teams to compete, the number of the two teams should be the same, the number of teams can be 3 to 10. Two cars are used to represent two teams in the competition interface. The faster the speed of the ball is, the farther the car will run. After one minute, the team with the farthest distance will win." } } ```