wxpusher / wxpusher-client

微信消息实时推送服务[WxPusher],可以通过API实时给个人微信推送消息。wechat pusher.
http://wxpusher.zjiecode.com/demo
Apache License 2.0
746 stars 93 forks source link

拉黑接口返回服务内部错误 #40

Open woolson opened 3 years ago

woolson commented 3 years ago

请求接口拉黑用户发生服务内部错误:

请求数据:

{
  appToken: <PRIVATE_TOKEN>,
  id: 52056,
  reject: true,
}

返回数据:

{
  code: 1005,
  msg: "接口 [/api/fun/reject] 出现异常:Optional long parameter 'id' is present but cannot be translated into a null value due to being declared as a primitive type. Consider declaring it as object wrapper for the corresponding primitive type.",
  data: null,
  success: false
}