{
"token": "be8652e98bd04139a13e1bffcd6d0f71",
"title": "项目构建通知",
"template": "jenkins",
"content": {
"buildState": "构建成功",
"projectName": "测试项目",
"buildNumber": "#11",
"buildUser": "pushplus",
"buildLogUrl": "",
"projectUrl": "",
"costTime": "23"
},
"topic": "group"
}curl --location --request POST 'https://www.pushplus.plus/send' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "be8652e98bd04139a13e1bffcd6d0f71",
"title": "项目构建通知",
"template": "jenkins",
"content": {
"buildState": "构建成功",
"projectName": "测试项目",
"buildNumber": "#11",
"buildUser": "pushplus",
"buildLogUrl": "",
"projectUrl": "",
"costTime": "23"
},
"topic": "group"
}'{
"code": 200,
"msg": "请求成功",
"data": "075074e3c17e449e9a0cb79cc6f3fc83"
}