fix(h5-shop): tip unbound WeChat login to use phone first

This commit is contained in:
2026-08-02 13:15:47 +08:00
parent 45d3d8164d
commit ab3b230d01
4 changed files with 53 additions and 13 deletions
@@ -1538,7 +1538,7 @@ export class AuthService {
});
if (!account) {
throw new BadRequestException('首次登录请使用手机验证码,登录后将自动关联微信');
throw new BadRequestException('请先用手机号登录');
}
account = await this.prisma.storeAccount.update({