修改上下文参数传递,实现门店登录
This commit is contained in:
@ -10,5 +10,6 @@ import (
|
||||
)
|
||||
|
||||
func (c *ControllerV1) Create(ctx context.Context, req *v1.CreateReq) (res *v1.CreateRes, err error) {
|
||||
// TODO
|
||||
return nil, gerror.NewCode(gcode.CodeNotImplemented)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user