修改README,全栈替换http为https

This commit is contained in:
SocialSisterYi
2023-01-17 15:23:59 +08:00
parent c65363496d
commit 69ba9bea19
106 changed files with 747 additions and 732 deletions

View File

@@ -6,7 +6,7 @@
## 未读消息数
> http://api.bilibili.com/x/msgfeed/unread
> https://api.bilibili.com/x/msgfeed/unread
*请求方式GET*
@@ -39,7 +39,7 @@ data 对象:
以下信息代表了未读点赞数为10未读回复数为4未读at消息数为3未读系统通知数为2UP主助手信息数为1
```shell
curl 'http://api.bilibili.com/x/msgfeed/unread' \
curl 'https://api.bilibili.com/x/msgfeed/unread' \
-b 'SESSDATA=xxx'
```

View File

@@ -7,7 +7,7 @@
## 未读私信数
> http://api.vc.bilibili.com/session_svr/v1/session_svr/single_unread
> https://api.vc.bilibili.com/session_svr/v1/session_svr/single_unread
*请求方式GET*
@@ -37,7 +37,7 @@
以下信息代表了为未关注用户未读私信数为`1`条,已关注用户未读私信数为`6`
```shell
curl 'http://api.vc.bilibili.com/session_svr/v1/session_svr/single_unread' \
curl 'https://api.vc.bilibili.com/session_svr/v1/session_svr/single_unread' \
-b 'SESSDATA=xxx'
```
@@ -61,7 +61,7 @@ curl 'http://api.vc.bilibili.com/session_svr/v1/session_svr/single_unread' \
## 发送私信web端
> http://api.vc.bilibili.com/web_im/v1/web_im/send_msg
> https://api.vc.bilibili.com/web_im/v1/web_im/send_msg
*请求方式POST*
@@ -178,7 +178,7 @@ public class Util{
> 催更[doge]
```shell
curl 'http://api.vc.bilibili.com/web_im/v1/web_im/send_msg' \
curl 'https://api.vc.bilibili.com/web_im/v1/web_im/send_msg' \
--data-urlencode 'msg[sender_uid]=293793435' \
--data-urlencode 'msg[receiver_id]=1' \
--data-urlencode 'msg[receiver_type] =1' \
@@ -209,7 +209,7 @@ curl 'http://api.vc.bilibili.com/web_im/v1/web_im/send_msg' \
> <img src="https://i1.hdslb.com/bfs/face/aebb2639a0d47f2ce1fec0631f412eaf53d4a0be.jpg" style="zoom:50%;" >
```shell
curl 'http://api.vc.bilibili.com/web_im/v1/web_im/send_msg' \
curl 'https://api.vc.bilibili.com/web_im/v1/web_im/send_msg' \
--data-urlencode 'msg[sender_uid]=293793435' \
--data-urlencode 'msg[receiver_id]=1' \
--data-urlencode 'msg[receiver_type] =1' \