Commit b52fb6ce by 田超

Merge branch 'feature/1003282' into 'master'

feat: [1003282] 小睿入群流程优化-webview公众号长按识别直接入群方案

See merge request rays/pcloud-book!837
parents efb1dd6a c6462438
...@@ -204,10 +204,10 @@ public class WeixinQrcodeBizImpl implements WeixinQrcodeBiz { ...@@ -204,10 +204,10 @@ public class WeixinQrcodeBizImpl implements WeixinQrcodeBiz {
com.pcloud.promotion.fission.dto.UpdateQrDTO updateQr = new com.pcloud.promotion.fission.dto.UpdateQrDTO(); com.pcloud.promotion.fission.dto.UpdateQrDTO updateQr = new com.pcloud.promotion.fission.dto.UpdateQrDTO();
BeanUtils.copyProperties(updateQrDTO, updateQr); BeanUtils.copyProperties(updateQrDTO, updateQr);
promotionConsr.updateQrUrl(updateQr); promotionConsr.updateQrUrl(updateQr);
// 部分群需要更新永久素材 // 更新群的同时需要更新永久素材
if ("pro".equals(envStr)&&updateQrDTO.getId().equals(41152L)){ if ("pro".equals(envStr)){
updateMediaId(updateQrDTO,66057L,"L6BtF7zqCqBhtLlyVcDtm7_owz_L9ZR9ZAwzxzCZaXw"); updateMediaId(updateQrDTO,66057L,"L6BtF7zqCqBhtLlyVcDtm7_owz_L9ZR9ZAwzxzCZaXw");
}else if ("test".equals(envStr)&&updateQrDTO.getId().equals(29984L)){ }else if ("test".equals(envStr)){
updateMediaId(updateQrDTO,50674L,"0VyyKa3G6YER2UJs_GAVV4dow0gLZ2QBeQwuAe1PpP0"); updateMediaId(updateQrDTO,50674L,"0VyyKa3G6YER2UJs_GAVV4dow0gLZ2QBeQwuAe1PpP0");
} }
} }
......
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