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

Method forwardVideo

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

转发视频

(String appId, String toWxid, String xml)

Source from the content-addressed store, hash-verified

159 * 转发视频
160 */
161 public static JSONObject forwardVideo(String appId, String toWxid, String xml) {
162 JSONObject param = new JSONObject();
163 param.put("appId", appId);
164 param.put("toWxid", toWxid);
165 param.put("xml", xml);
166 return OkhttpUtil.postJSON("/message/forwardVideo", param);
167 }
168
169 /**
170 * 转发链接

Callers

nothing calls this directly

Calls 1

postJSONMethod · 0.95

Tested by

no test coverage detected