Commit e02f8168 by 徐高华

朋友圈

parent 0fa0d010
......@@ -217,10 +217,10 @@ public class MaterialServiceImpl implements MaterialService {
if(from==2) {
// 朋友圈上传接口
if(url.contains("?")) {
}else {
url+= "?imageView2/2/w/1440/h/1080" ;
logger.info("url有参数={}",url);
url = url.split("\\?")[0] ;
}
url+= "?imageView2/2/w/1440/h/1080" ;
logger.info("url={}",url);
jp = qywxSuiteApiService.uploadAttachment(qwDTO.getThirdCorpid(), config.getWxSuiteid(), CommonUtil.getFileByte(url), arr[count - 1], fileType.getCode());
}else {
......
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