🎨 Search asset content need payment

This commit is contained in:
Daniel 2024-01-01 23:04:53 +08:00
parent c93f853c56
commit f8a0f9038c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -55,8 +55,7 @@ func fullTextSearchAssetContent(c *gin.Context) {
}
if !model.IsPaidUser() {
ret.Code = -1
ret.Msg = model.Conf.Language(214)
ret.Code = 1
return
}