新增查看推文模块
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user