Update PayServlet.java

pull/1/head
pght2c95q 8 months ago
parent fa156348b6
commit 77a9916bae

@ -110,8 +110,7 @@ public class PayServlet extends HttpServlet {
protected void doPost(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
// TODO Auto-generated method stub
// 这个方法目前没有实现具体的逻辑只是调用了doGet方法
// 这意味着无论是POST请求还是GET请求都会执行相同的逻辑
doGet(request, response);
}

Loading…
Cancel
Save