Commit 746060f5 by 南千昊

添加好友限制 文案修改

parent e044dfb6
...@@ -74,7 +74,7 @@ public abstract class WecloudImOperation { ...@@ -74,7 +74,7 @@ public abstract class WecloudImOperation {
return ResponseParser.parse(responseBody); return ResponseParser.parse(responseBody);
} catch (Exception e) { } catch (Exception e) {
throw new WecloudImException(400, e.getMessage()); throw new WecloudImException(400, "发送请求报错: " + e.getMessage());
} }
} }
......
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