|
|
|
@@ -239,7 +239,7 @@ public class WxInfoController extends BaseController { |
|
|
|
|
|
|
|
return new ResultData(resultMap); |
|
|
|
} else { |
|
|
|
return new ResultData(ErrorCode.USER_NOT_ADMIN, resultMap); |
|
|
|
return new ResultData(ErrorCode.USER_NO_PERMISSION, resultMap); |
|
|
|
} |
|
|
|
} else { |
|
|
|
return new ResultData(ErrorCode.PHONE_DECODE_ERR, resultMap); |
|
|
|
|