Skip to content

Commit 64be280

Browse files
committed
fix(notification): do not use BaseResponse
1 parent 54e659e commit 64be280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api_notification.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ type PostNotificationResp struct {
77

88
// PostNotificationV2Resp response of PostNotificationV2
99
type PostNotificationV2Resp struct {
10-
BaseResponse
10+
Code int `json:"code"`
11+
Msg string `json:"msg"`
1112
StatusCode int `json:"StatusCode"`
1213
StatusMessage string `json:"StatusMessage"`
1314
}

0 commit comments

Comments
 (0)