Skip to content

Commit

Permalink
Update railgun.md (SocialSisterYi#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 authored Sep 19, 2023
1 parent 5603b1a commit ffa25ba
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/creativecenter/railgun.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 获取电磁力等级(web端)

> https://member.bilibili.com/x/web/elec/user
> https://api.bilibili.com/studio/up-rating/v3/rating/info
*请求方式:GET*

Expand All @@ -26,8 +26,10 @@
| 字段 | 类型 | 内容 | 备注 |
| ------ | ---- | ----------- | ---------------- |
| mid | num | 当前用户mid | |
| state | num | 电磁力等级 | |
| reason | str || **作用尚不明确** |
| level | num | 电磁力等级 | |
| score | num | 电磁力分数 | |
| credit | num | 信用分 | |
| state | num | ? | 一直是2 |

**示例:**

Expand All @@ -45,16 +47,19 @@ curl 'https://member.bilibili.com/x/web/elec/user' \
"message": "0",
"ttl": 1,
"data": {
"mid": 293793435,
"mid": ***,
"level": 4,
"score": 326,
"credit": 100,
"state": 2,
"reason": ""
"update_date": 1694966400
}
}
```

</details>

## 获取电磁力详细数值(双端)
## (失效)获取电磁力详细数值(双端)

> https://api.bilibili.com/studio/up-rating/rating/summary
Expand Down

0 comments on commit ffa25ba

Please sign in to comment.