Commit c492e5e4 by qwmqiuwenmin

fix

parent 7679745d
...@@ -723,7 +723,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA ...@@ -723,7 +723,7 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
jp = qywxSuiteApiService.sendExternalMessage(enterprise.getCorpid(), config.getWxSuiteid(), dto); jp = qywxSuiteApiService.sendExternalMessage(enterprise.getCorpid(), config.getWxSuiteid(), dto);
} }
log.info("【发送消息】jp = {}",JSON.toJSONString(jp)); log.info("【发送消息】jp = {}",JSON.toJSONString(jp));
String josnStr = jp.getResult().toString(); String josnStr = jp.getReturnMap().toString();
JSONObject json = JSONObject.parseObject(josnStr); JSONObject json = JSONObject.parseObject(josnStr);
return json.getString("msgid"); return json.getString("msgid");
} }
......
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