{
"id": 1,
"webhookCode": "pushplus",
"webhookName": "企业微信",
"webhookType": 1,
"webhookUrl": "https://url"
}
curl --location --request POST 'https://www.pushplus.plus/api/open/webhook/edit' \
--header 'access-key: d7b******62f' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"webhookCode": "pushplus",
"webhookName": "企业微信",
"webhookType": 1,
"webhookUrl": "https://url"
}'
{
"code": 200,
"msg": "请求成功",
"data": "修改成功"
}