fix: 修复绑定用户时返回值未包含用户ID的问题
This commit is contained in:
@@ -240,7 +240,7 @@ public class FuwuhaoManager : DomainService
|
||||
|
||||
//说明没有绑定过,直接绑定
|
||||
await _userRepository.InsertAsync(new AiUserExtraInfoEntity(bindUserId.Value, openId));
|
||||
return (SceneResultEnum.Bind,null);
|
||||
return (SceneResultEnum.Bind,bindUserId);
|
||||
break;
|
||||
default:
|
||||
throw new ArgumentOutOfRangeException(nameof(sceneType), sceneType, null);
|
||||
|
||||
Reference in New Issue
Block a user