From d35a7e51d6360b533a23ca81031ea1f4f60e9861 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 30 十月 2023 13:57:46 +0800 Subject: [PATCH] fix --- model/request/task.go | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/model/request/task.go b/model/request/task.go index bb144b7..afa11d5 100644 --- a/model/request/task.go +++ b/model/request/task.go @@ -34,10 +34,10 @@ // TaskListByChannel 鎸塩hannel杩斿洖浠诲姟鍒楄〃璇锋眰鍙傛暟 type TaskListByChannel struct { - Offset int `json:"offset,omitempty"` //榛樿0 - Limit int `json:"limit,omitempty"` //榛樿3 - Type QueryType `json:"type,omitempty"` //1 鏈畬鎴� 2 浠婂ぉ鏈畬鎴� 3 宸插畬鎴� - Channel *int32 `json:"channel"` //閫氶亾鍙枫�備笉浼犲彇鍏ㄩ儴鐨� + Offset int `json:"offset,omitempty" form:"offset"` //榛樿0 + Limit int `json:"limit,omitempty" form:"limit"` //榛樿3 + Type QueryType `json:"type,omitempty" form:"type"` //1 鏈畬鎴� 2 浠婂ぉ鏈畬鎴� 3 宸插畬鎴� + Channel *int32 `json:"channel" form:"channel"` //閫氶亾鍙枫�備笉浼犲彇鍏ㄩ儴鐨� } type QueryType int -- Gitblit v1.8.0