feat: 新增简易版ioc

This commit is contained in:
meilin.huang
2024-01-21 22:52:20 +08:00
parent f4a64b96a9
commit f27d3d200f
106 changed files with 815 additions and 707 deletions

View File

@@ -17,7 +17,7 @@ func (r *Redis) GetSetValue(rc *req.Ctx) {
rc.ResData = res
}
func (r *Redis) SetSetValue(rc *req.Ctx) {
func (r *Redis) SaveSetValue(rc *req.Ctx) {
g := rc.GinCtx
keyvalue := new(form.SetValue)
ginx.BindJsonAndValid(g, keyvalue)