活动通知文档补充

This commit is contained in:
meixiongfeng 2023-08-22 10:11:06 +08:00
parent 128b63826c
commit 214d04890e

View File

@ -136,3 +136,25 @@
"data":"", "data":"",
} }
``` ```
### 活动通知API
- 接口名:activitynotify
- 接口说明:web 服务器给玩家发送邮件
- 请求地址:{IP}:{port}/activitynotify
- 请求参数:id()
- 请求样例
```
{
"id":"64ca0a83510317d1896f06d7",
}
```
- 返回参数 code(0:成功 -1 失败),msg(结果描述),data(返回的额外数据)
- 返回样例
```
{
"code":0,
"msg":"成功",
"data":"",
}
```