修正婚姻接口

This commit is contained in:
2025-02-11 12:10:30 +08:00
parent 7dea8159cd
commit 2dd86de9b3
2 changed files with 21 additions and 0 deletions

View File

@@ -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