Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 442 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 442 Bytes

API

测试服务是否可访问

接口地址 请求方式 请求参数 返回数据
/notification/test GET - string

推送消息

接口地址 请求方式 请求参数 返回数据
/notification/fire POST FireReqParams 定义 -

FireReqParams

  {
    "title": "",
    "content": ""
  }