mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-18 23:10:25 +08:00
[系统用户]实现系统用户的增删改
This commit is contained in:
11
internal/web/actions/default/admins/updateOn.go
Normal file
11
internal/web/actions/default/admins/updateOn.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package admins
|
||||
|
||||
import "github.com/TeaOSLab/EdgeAdmin/internal/web/actions/actionutils"
|
||||
|
||||
type UpdateOnAction struct {
|
||||
actionutils.ParentAction
|
||||
}
|
||||
|
||||
func (this *UpdateOnAction) RunPost(params struct{}) {
|
||||
this.Success()
|
||||
}
|
||||
Reference in New Issue
Block a user