记得上下班打卡 | git大法好,push需谨慎

Commit 952c62ea authored by jiangxiulong's avatar jiangxiulong

e.printStackTrace();

parent 9b4f657c
......@@ -173,6 +173,7 @@ public class KylinOrderRefundAdminController extends BaseController {
return error(res.getMessage());
}
} catch (Exception e) {
e.printStackTrace();
String message = e.getMessage();
boolean error400 = message.contains("400");
boolean error401 = message.contains("401");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment