绑定状态接口

This commit is contained in:
张松
2025-03-27 15:14:52 +08:00
parent bf417a6ba8
commit c660e1714c

View File

@@ -46,7 +46,7 @@ public class AppOrdersController extends AbstractController {
}
UserEntity userEntity = userService.queryByUserId(userId);
if (StrUtil.isBlank(userEntity.getWxOpenId())) {
throw new SqxException("请先绑定微信");
throw new SqxException("请先绑定微信", 407);
}
}