chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:31:34 +08:00
commit 665ce57fb8
391 changed files with 780423 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# 测试webhook调用
1、请求地址:/api/testWebhookNotifyOfUser
2、请求方式:POST
3、请求参数
4、返回参数
5、请求示例
POST
```
POST {{baseUrl}}/api/testWebhookNotifyOfUser
Content-Type: application/json
X-Token: <token>
{}
```
6、返回示例
```json
{
"code": 0,
"data": null,
"msg": "success"
}
```