-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
在 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
Metadata
Metadata
Assignees
Labels
No labels