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

@ -67,6 +67,6 @@ func (c *ApiController) UploadUsers() {
if affected {
c.ResponseOk()
} else {
c.ResponseError(c.T("user_upload:Failed to import users"))
c.ResponseError(c.T("general:Failed to import users"))
}
}