微信上传媒体提示

This commit is contained in:
lifenlong 2021-06-24 16:03:49 +08:00
parent e6ad65d8c0
commit 9c574ad9b7

View File

@ -98,6 +98,7 @@ public class WechatMediaUtil {
log.error("微信媒体上传失败",e);
}
JSONObject jsonObject=new JSONObject(resultStr.toString());
log.info("微信媒体上传:"+jsonObject.toString());
return jsonObject.get("media_id").toString();
}
/**