Commit 86b43c40 by 王祖波

log

parent 0f5ed36a
......@@ -370,6 +370,7 @@ public class MaterialServiceImpl implements MaterialService {
JSONResponse json = qywxSuiteApiService.uploadAttachment(qwDTO.getThirdCorpid(), qwDTO.getSelf3thSecret(), combinedImageData, arr[arr.length - 1], QywxMediaTypeEnum.IMAGE.getCode(), qwDTO.isSelf(), qwDTO.getUrlHost());
return json;
} catch (Exception e) {
logger.info("合成图片获取媒体id异常",e);
return jsonResponse;
}
}
......
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