Commit 149e8033 by qwmqiuwenmin

fix

parent 2d9eac57
......@@ -719,7 +719,9 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
dto.setUrl(material.getLink());
jp = qywxSuiteApiService.sendExternalMessage(enterprise.getCorpid(), config.getWxSuiteid(), dto);
}
return jp.getResult().toString();
String josnStr = jp.getResult().toString();
JSONObject json = JSONObject.parseObject(josnStr);
return json.getString("msgid");
}
@Override
public JSONResponse getMessageStatus(String wxEnterpriseId, String wxMessageId) {
......
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