|
@ -62,7 +62,6 @@ public class QrCodeController extends WeixinBaseController {
|
|
|
return error(-1, "生成二维码失败!");
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
return error(-1, "生成二维码失败!");
|
|
|
}
|
|
|
}
|
|
@ -103,7 +102,6 @@ public class QrCodeController extends WeixinBaseController {
|
|
|
return error(-1, "生成二维码失败!");
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
return error(-1, "生成二维码失败!");
|
|
|
}
|
|
|
}
|
|
@ -147,7 +145,7 @@ public class QrCodeController extends WeixinBaseController {
|
|
|
response.setStatus(404);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
|
|
|
}
|
|
|
}
|
|
|
|
|
@ -289,7 +287,7 @@ public class QrCodeController extends WeixinBaseController {
|
|
|
throw new Exception("医生信息不存在!");
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
response.setStatus(500);
|
|
|
}
|
|
|
}
|
|
|
|
|
@ -324,7 +322,6 @@ public class QrCodeController extends WeixinBaseController {
|
|
|
response.setStatus(500);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
response.setStatus(500);
|
|
|
}
|
|
|
}
|
|
@ -360,7 +357,6 @@ public class QrCodeController extends WeixinBaseController {
|
|
|
response.setStatus(500);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
response.setStatus(500);
|
|
|
}
|
|
|
}
|
|
@ -396,7 +392,6 @@ public class QrCodeController extends WeixinBaseController {
|
|
|
response.setStatus(500);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
response.setStatus(500);
|
|
|
}
|
|
|
}
|