mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-28 05:20:07 +08:00
fix typo
This commit is contained in:
parent
6b2a3f6d5f
commit
c91be493de
@ -10,12 +10,12 @@
|
||||
|
||||
**appkey与appsec一一对应**
|
||||
|
||||
- [API 签名的计算方式](#API 签名的计算方式)
|
||||
- [已知的 APPKey](#已知的 APPKey)
|
||||
- [API签名的计算方式](#API签名的计算方式)
|
||||
- [已知的APPKey](#已知的APPKey)
|
||||
|
||||
---
|
||||
|
||||
## API 签名的计算方式
|
||||
## API签名的计算方式
|
||||
|
||||
首先为参数中添加`appkey`字段,然后按照参数的 key 重新排序,再将重排序后的参数使用 url query 格式序列化拼接与该 appkey 相对应的 appsec (盐值) 进行**md5 hash计算**(32位小写),该 hash 便是 API 签名
|
||||
|
||||
@ -58,7 +58,7 @@ print(query)
|
||||
appkey=1d8b6e7d45233436&id=114514&str=1919810&test=%E3%81%84%E3%81%84%E3%82%88%EF%BC%8C%E3%81%93%E3%81%84%E3%82%88&sign=01479cf20504d865519ac50f33ba3a7d
|
||||
```
|
||||
|
||||
## 已知的 APPKey
|
||||
## 已知的APPKey
|
||||
|
||||
| appkey | appsec(sign盐值) | 平台 | 应用 | 备注 |
|
||||
| ---------------- | -------------------------------- | ---- | -------- | -------- |
|
||||
|
Loading…
Reference in New Issue
Block a user