style: 优化样式

This commit is contained in:
橙子
2024-10-24 21:39:20 +08:00
parent 7eab4dd5b1
commit 4fadba27dc
2 changed files with 4 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ public class WeChatMiniProgramAccountService : ApplicationService
var authInfo = await _authService.TryGetByOpenIdAsync(openId, AuthTypeConst.WeChatMiniProgram);
if (authInfo is null)
{
throw new UserFriendlyException("该小程序没有绑定任何账号", "1000", "Auth未找到对应关系");
throw new UserFriendlyException("该小程序没有绑定任何账号", "2000", "Auth未找到对应关系");
}
//根据用户id获取到用户信息