Commit b6b2f9d6 by zhaolianjie

test

1 parent 18802009
......@@ -34,6 +34,7 @@ public class SendMsgUseFeiShu {
sendMsg.put("msg_type", "text");
JSONObject content = new JSONObject();
content.put("text", msg);
sendMsg.put("content", content.toString());
feiShuApiService.sendMsg(SendMsgBusinessType.TALK.getBusinessType(), receiveIdType, sendMsg, feiShuConfig.getTestHelperApp());
return ResultGenerator.genSuccessResult();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!