Commit 475af4d5 by 徐高华

Merge branch 'feature/xgh/202504会员分组' into 'master'

异常

See merge request !2876
parents 1eb8fade 5c19fd3f
...@@ -270,7 +270,9 @@ public class MaterialServiceImpl implements MaterialService { ...@@ -270,7 +270,9 @@ public class MaterialServiceImpl implements MaterialService {
}else { }else {
// 群发上传 // 群发上传
if(!url.contains("?")) { if(!url.contains("?")) {
url += "?imageView2/2/w/1080/h/10800/format/jpg"; if(type == 2) {
url += "?imageView2/2/w/1080/h/10800/format/jpg";
}
logger.info("url={}",url); logger.info("url={}",url);
} }
jp = qywxSuiteApiService.uploadMedia(qwDTO.getThirdCorpid(), qwDTO.getSelf3thSecret(), url, arr[count - 1], fileType.getCode() , selfFlag , qwDTO.getUrlHost()); jp = qywxSuiteApiService.uploadMedia(qwDTO.getThirdCorpid(), qwDTO.getSelf3thSecret(), url, arr[count - 1], fileType.getCode() , selfFlag , qwDTO.getUrlHost());
......
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