This commit is contained in:
苏尹岚
2020-12-02 11:31:19 +08:00
parent 8e71f3de18
commit 4aa8787fd8
2 changed files with 1 additions and 3 deletions

View File

@@ -422,7 +422,7 @@ func (c *User2Controller) DeleteUserCityManager() {
// @router /GetUserSerachKeyword [get]
func (c *User2Controller) GetUserSerachKeyword() {
c.callGetUserSerachKeyword(func(params *tUser2GetUserSerachKeywordParams) (retVal interface{}, errCode string, err error) {
retVal, err = cms.GetUserSerachKeyword(params.Ctx)
return retVal, "", err
})
}