wxpusher-sdk-java icon indicating copy to clipboard operation
wxpusher-sdk-java copied to clipboard

hi ,同学,报备bug

Open yichengxian opened this issue 4 years ago • 0 comments

在 class WxPusher中103行开始code异常,请处理 具体code如下: if (appToken == null || appToken.isEmpty()) { return new Result(ResultCode.BIZ_FAIL, "appToken不能为空"); } if (page == null || page <= 0) { return new Result(ResultCode.BIZ_FAIL, "page不合法"); } if (page == null || page <= 0) { return new Result(ResultCode.BIZ_FAIL, "pageSize不合法"); }

另外 这是一份nodeJS-SDK

yichengxian avatar Nov 05 '20 10:11 yichengxian