返回提交历史
Modified
docs/user/contract.md
+5
-5
XFEstudio/bilibili-API-collect
fix(user/contract.md): missing `~`
ffba417
代码差异
1 个文件
+5
-5
@@ -36,8 +36,8 @@
36
36
| 字段名 | 类型 | 内容 | 备注 |
37
37
|---------------|------|-----------------------------------|-----|
38
38
| allow_message | bool | `true` | |
39
| input_text | str | `UP主加油!看好你噢` | |
40
| input_title | str | `感谢你对UP主的特别支持,“老粉”可期!私信留言鼓励下TA吧 ` | |
39
| input_text | str | `UP主加油!看好你噢~` | |
40
| input_title | str | `感谢你对UP主的特别支持,“老粉”可期!私信留言鼓励下TA吧~ ` | |
41
41
42
42
**示例:**
43
43
@@ -59,8 +59,8 @@ curl --location --request POST 'https://api.bilibili.com/x/v1/contract/add_contr
59
59
"ttl": 1,
60
60
"data": {
61
61
"allow_message": true,
62
"input_text": "UP主加油!看好你噢",
63
"input_title": "感谢你对UP主的特别支持,“老粉”可期!私信留言鼓励下TA吧 "
62
"input_text": "UP主加油!看好你噢~",
63
"input_title": "感谢你对UP主的特别支持,“老粉”可期!私信留言鼓励下TA吧~"
64
64
}
65
65
}
66
66
```
@@ -128,4 +128,4 @@ curl --location --request POST 'https://api.bilibili.com/x/v1/contract/add_messa
128
128
}
129
129
```
130
130
131
</details>
131
</details>