绑定状态接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user