feat: support Product.SuccessUrl (#3908)

This commit is contained in:
DacongDA
2025-06-26 22:52:07 +08:00
committed by GitHub
parent 73915ac0a0
commit e2e3c1fbb8
56 changed files with 169 additions and 129 deletions

View File

@ -51,6 +51,6 @@ func (c *ApiController) UploadGroups() {
if affected {
c.ResponseOk()
} else {
c.ResponseError(c.T("group_upload:Failed to import groups"))
c.ResponseError(c.T("general:Failed to import groups"))
}
}