update notification query

This commit is contained in:
Sinh 2022-11-15 11:46:41 +07:00
parent 86447177ca
commit 43af89bf21
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ type pushRequest struct {
type Query struct {
User string `json:"user"`
Category string `json:"category,omitempty"`
Status string `json:"status"`
Page int64 `json:"page,omitempty"`
Limit int64 `json:"limit,omitempty"`
}