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

Commit feb1d063 authored by jiangxiulong's avatar jiangxiulong

Merge branch 'dev' into test

parents 00b7fcc2 952c62ea
......@@ -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