修正婚姻接口
This commit is contained in:
@@ -41,6 +41,7 @@ func (l *FLXG54F5Logic) FLXG54F5(req *types.Request) (resp string, err *errs.App
|
||||
if !ok {
|
||||
return "", errs.ErrSystem
|
||||
}
|
||||
|
||||
userId, userIdOk := l.ctx.Value("userId").(int64)
|
||||
if !userIdOk {
|
||||
return "", errs.ErrSystem
|
||||
|
||||
Reference in New Issue
Block a user