admin-push-notification-supplier #1

Merged
sinhluu merged 4 commits from admin-push-notification-supplier into master 2022-11-28 03:41:19 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 43af89bf21 - Show all commits

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"`
}