diff --git a/bin/梦工厂后台AIP文档.md b/bin/梦工厂后台AIP文档.md index bf9c5d64b..b654a65b4 100644 --- a/bin/梦工厂后台AIP文档.md +++ b/bin/梦工厂后台AIP文档.md @@ -135,4 +135,26 @@ "msg":"成功", "data":"", } +``` + +### 活动通知API +- 接口名:activitynotify +- 接口说明:web 服务器给玩家发送邮件 +- 请求地址:{IP}:{port}/activitynotify +- 请求参数:id() +- 请求样例 +``` +{ + "id":"64ca0a83510317d1896f06d7", + +} +``` +- 返回参数 code(0:成功 -1 失败),msg(结果描述),data(返回的额外数据) +- 返回样例 +``` +{ + "code":0, + "msg":"成功", + "data":"", +} ``` \ No newline at end of file