spring mvc集成支付宝的批量付款的notify_url,demo上是jsp的out.println("success"),我可以直接在Controller里通过response.getWriter.println("success")的方式吗?