From 561e5354ab637ef6930685414f394190b765bc88 Mon Sep 17 00:00:00 2001 From: xwzQmxx <1499273991@qq.com> Date: Mon, 1 Feb 2021 17:36:03 +0800 Subject: [PATCH] fix issue I34N69 --- gitee/hook_event_models.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitee/hook_event_models.go b/gitee/hook_event_models.go index 137586f..009440b 100644 --- a/gitee/hook_event_models.go +++ b/gitee/hook_event_models.go @@ -65,7 +65,7 @@ type CommitHook struct { // MilestoneHook : 里程碑信息 type MilestoneHook struct { - Id string `json:"id,omitempty"` + Id int32 `json:"id,omitempty"` HtmlUrl string `json:"html_url,omitempty"` Number int32 `json:"number,omitempty"` Title string `json:"title,omitempty"` -- Gitee