|
@@ -39,7 +39,7 @@ public class QrCodeHandler {
|
|
}
|
|
}
|
|
@ResponseBody
|
|
@ResponseBody
|
|
@RequestMapping("/getActivationAndMember")
|
|
@RequestMapping("/getActivationAndMember")
|
|
- public ResultMsg getMember(HttpServletRequest req, HttpServletResponse res)throws ServletException, IOException {
|
|
|
|
|
|
+ public ResultMsg getActivationAndMember(HttpServletRequest req, HttpServletResponse res)throws ServletException, IOException {
|
|
ResultMsg msg = new ResultMsg();
|
|
ResultMsg msg = new ResultMsg();
|
|
String qrCode = req.getParameter("qrCode");
|
|
String qrCode = req.getParameter("qrCode");
|
|
if (!StringUtil.isNotEmpty(qrCode)) {
|
|
if (!StringUtil.isNotEmpty(qrCode)) {
|