返回文字提示

This commit is contained in:
zhujj 2019-01-28 15:15:07 +08:00
parent 7b4ffe1c3a
commit d486b5db20
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public class WxUserController {
try { try {
WxCpUserService userService = WxCpConfiguration.getCpService( 999999 ).getUserService(); WxCpUserService userService = WxCpConfiguration.getCpService( 999999 ).getUserService();
userService.delete( ids ); userService.delete( ids );
return AjaxResult.success( "批量删除成员" ); return AjaxResult.success( "批量删除成员成功" );
} catch (WxErrorException e) { } catch (WxErrorException e) {
return AjaxResult.error( "删除成员出错,错误码【" + e.getError().getErrorCode() + "】,原因:" + ErrorCodeText.errorMsg( e.getError().getErrorCode() ) ); return AjaxResult.error( "删除成员出错,错误码【" + e.getError().getErrorCode() + "】,原因:" + ErrorCodeText.errorMsg( e.getError().getErrorCode() ) );
} }