新增查看推文模块

This commit is contained in:
zyj
2025-11-20 11:43:58 +08:00
parent f344de378b
commit e0907c0e80
6 changed files with 202 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ type CreateRequestParams struct {
Name string `form:"name" json:"name" uri:"name" xml:"name"`
RunStatus int `form:"runStatus" json:"runStatus" uri:"runStatus" xml:"runStatus" binding:"required"`
Type int `form:"type" json:"type" uri:"type" xml:"type" binding:"required"`
AccountClassify string `form:"accountClassify" json:"accountClassify" uri:"accountClassify" xml:"accountClassify" binding:"required"`
AccountClassify string `form:"accountClassify" json:"accountClassify" uri:"accountClassify" xml:"accountClassify"`
ClassifyId []int `form:"classifyId" json:"classifyId" uri:"classifyId" xml:"classifyId"`
Keyword string `form:"keyword" json:"keyword" uri:"keyword" xml:"keyword"`
TwitterId string `form:"twitterId" json:"twitterId" uri:"twitterId" xml:"twitterId"`