返回文字提示
This commit is contained in:
parent
7b4ffe1c3a
commit
d486b5db20
|
|
@ -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() ) );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue