MCPcopy Create free account
hub / github.com/Devo919/Gewechat / forwardMiniApp

Method forwardMiniApp

src/main/java/api/base/MessageApi.java:183–190  ·  view source on GitHub ↗

转发小程序

(String appId, String toWxid, String xml, String coverImgUrl)

Source from the content-addressed store, hash-verified

181 * 转发小程序
182 */
183 public static JSONObject forwardMiniApp(String appId, String toWxid, String xml, String coverImgUrl) {
184 JSONObject param = new JSONObject();
185 param.put("appId", appId);
186 param.put("toWxid", toWxid);
187 param.put("xml", xml);
188 param.put("coverImgUrl", coverImgUrl);
189 return OkhttpUtil.postJSON("/message/forwardMiniApp", param);
190 }
191
192 /**
193 * 撤回消息

Callers

nothing calls this directly

Calls 1

postJSONMethod · 0.95

Tested by

no test coverage detected