user update

This commit is contained in:
Gordon
2023-03-20 20:43:36 +08:00
parent b24960449d
commit aa09e77ab6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ func RequiredIf(fl validator.FieldLevel) bool {
default:
return true
}
return false
return true
}
func (m *Message) SendMessage(c *gin.Context) {
params := apistruct.ManagementSendMsgReq{}