You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package com.qmrz.exception;
-
- import com.qmrz.utils.RDCode;
-
- /**
- * 微信用户未授权或超时
- */
- public class WXUserNotAuthorizationException extends ABException {
- public WXUserNotAuthorizationException() {
- super(RDCode.notauthorization);
- }
- }
|