Skip to content

Commit 3a9bcdb

Browse files
committed
Fix wechatwork webhook
1 parent 7fdc048 commit 3a9bcdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/web/repo/setting/webhook.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,7 @@ func wechatworkHookParams(ctx *context.Context) webhookParams {
551551
Type: webhook_module.WECHATWORK,
552552
URL: form.PayloadURL,
553553
ContentType: webhook.ContentTypeJSON,
554+
HTTPMethod: http.MethodPost,
554555
WebhookForm: form.WebhookForm,
555556
}
556557
}

0 commit comments

Comments
 (0)