This commit is contained in:
chy
2025-06-05 10:20:01 +08:00
parent a9dabbbe21
commit 27c6445fe6
5 changed files with 1 additions and 49 deletions

View File

@ -1,14 +0,0 @@
package user
import (
"context"
"github.com/gogf/gf/v2/errors/gcode"
"github.com/gogf/gf/v2/errors/gerror"
"server/api/user/v1"
)
func (c *ControllerV1) List(ctx context.Context, req *v1.ListReq) (res *v1.ListRes, err error) {
return nil, gerror.NewCode(gcode.CodeNotImplemented)
}