Commit d18bcab5642c4ddb41ba2cc6884247a02e613ab5
1 parent
8b751d93
1 修改二维码相关数据
Showing
2 changed files
with
2 additions
and
2 deletions
config.gradle
module_xiaojiaSoundBox/src/main/java/com/cnlive/strike/xiaojiaspeaker/frame/view/InvitFriendView.java
| ... | ... | @@ -131,7 +131,7 @@ public class InvitFriendView implements MvpView { |
| 131 | 131 | String qrContent = jsonObject.toString(); |
| 132 | 132 | encryptionContent = SimpleDES.ebotongEncrypto(qrContent, "cnliveIm"); |
| 133 | 133 | encryptionContent = encryptionContent.replaceAll("\\\n", ""); |
| 134 | - encryptionContent = AppConfig.getShareDownload() + "isWjjQr=" + encryptionContent + "&type=wjjQrXiaojiaBoxType"; | |
| 134 | + encryptionContent = AppConfig.getShareDownload() + "isWjjQr=" + encryptionContent + "&wjjQrSkipType=wjjQrXiaojiaBoxType"; | |
| 135 | 135 | QrService service = (QrService) ARouter.getInstance().navigation(QrService.class); |
| 136 | 136 | if (null == service) { |
| 137 | 137 | return; | ... | ... |