nacos config
This commit is contained in:
parent
26c008b4da
commit
3c4d50ed0a
|
@ -97,7 +97,7 @@ func CommonNotify(WebsocketAddr, wid string, event *wevent.WebsocketEvent) error
|
||||||
func (l *UserEmailConfirmationLogic) UserEmailConfirmation(req *types.RequestEmailConfirmation, userinfo *auth.UserInfo) (resp *basic.Response) {
|
func (l *UserEmailConfirmationLogic) UserEmailConfirmation(req *types.RequestEmailConfirmation, userinfo *auth.UserInfo) (resp *basic.Response) {
|
||||||
// 返回值必须调用Set重新返回, resp可以空指针调用 resp.SetStatus(basic.CodeOK, data)
|
// 返回值必须调用Set重新返回, resp可以空指针调用 resp.SetStatus(basic.CodeOK, data)
|
||||||
// userinfo 传入值时, 一定不为null
|
// userinfo 传入值时, 一定不为null
|
||||||
|
logx.Error("找到user_id1 UserEmailConfirmation")
|
||||||
switch auth.OperateType(req.OpType) {
|
switch auth.OperateType(req.OpType) {
|
||||||
case auth.OpTypeRegister:
|
case auth.OpTypeRegister:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user