fix(user/contract.md): missing ~

This commit is contained in:
SessionHu 2025-06-15 15:26:26 +08:00
parent 2eeda0f468
commit ffba417582
No known key found for this signature in database
GPG Key ID: 9E7E64C25FE3301A

View File

@ -36,8 +36,8 @@
| 字段名 | 类型 | 内容 | 备注 |
|---------------|------|-----------------------------------|-----|
| allow_message | bool | `true` | |
| input_text | str | `UP主加油看好你噢` | |
| input_title | str | `感谢你对UP主的特别支持“老粉”可期私信留言鼓励下TA吧 ` | |
| input_text | str | `UP主加油看好你噢~` | |
| input_title | str | `感谢你对UP主的特别支持“老粉”可期私信留言鼓励下TA吧~ ` | |
**示例:**
@ -59,8 +59,8 @@ curl --location --request POST 'https://api.bilibili.com/x/v1/contract/add_contr
"ttl": 1,
"data": {
"allow_message": true,
"input_text": "UP主加油看好你噢",
"input_title": "感谢你对UP主的特别支持“老粉”可期私信留言鼓励下TA吧 "
"input_text": "UP主加油看好你噢~",
"input_title": "感谢你对UP主的特别支持“老粉”可期私信留言鼓励下TA吧~"
}
}
```
@ -128,4 +128,4 @@ curl --location --request POST 'https://api.bilibili.com/x/v1/contract/add_messa
}
```
</details>
</details>