Create & Init Project...

This commit is contained in:
2019-04-22 18:49:16 +08:00
commit fc4fa37393
25440 changed files with 4054998 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
##
`GET http://api.live.bilibili.com/xlive/dm/v1/dM/SendMsg`
### 请求参数
|参数名|必选|类型|描述|
|:---|:---|:---|:---|
|uid|否|integer||
|roomid|否|integer||
|msg|否|string||
|rnd|否|integer||
|ip|否|string||
|fontsize|否|integer||
|mode|否|integer||
|platform|否|string||
|msgtype|否|integer||
```json
{
"code": 0,
"message": "ok",
"data": {
}
}
```