Update WechatVerifyController.java

This commit is contained in:
kezhijie
2023-12-21 09:46:52 +08:00
parent 25180e41c8
commit d9134ae0c8

View File

@@ -5,7 +5,7 @@ import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet.http.HttpServletResponse;
import jakarta.servlet.http.HttpServletResponse;
import java.io.PrintWriter;
/**