|
|
@@ -16,7 +16,7 @@ public class ApiPanic {
|
|
|
public String exceptionHandler(Exception e) {
|
|
|
if (env.equals("prod")) {
|
|
|
//.正式环境捕获API异常 推送到飞书
|
|
|
- Cmd.sendFeishuMsg(feishu, "[moka-private]:api panic " + e.getMessage());
|
|
|
+ Cmd.sendFeishuMsg(feishu, "[moka-private]:api panic " + e);
|
|
|
}
|
|
|
return e.getMessage();
|
|
|
}
|