Commit 5a33f1b01ef1c210bf657324ae03909d1573374b
1 parent
0f70f2ed
体育赛事分享外部打开跳转
Showing
2 changed files
with
2 additions
and
2 deletions
config.gradle
moudle_pedometer/src/main/java/com/cnlive/moudle/pedometer/ui/activity/ShareRecordActivity.java
| ... | ... | @@ -136,7 +136,7 @@ public class ShareRecordActivity extends AppCompatActivity { |
| 136 | 136 | String qrContent = jsonObject.toString(); |
| 137 | 137 | String encryptionContent = SimpleDES.ebotongEncrypto(qrContent, "cnliveIm"); |
| 138 | 138 | encryptionContent = encryptionContent.replaceAll("\\\n", ""); |
| 139 | - String url = "http://apiwjj.cnlive.com/download/index.html" + "?isWjjQr=" + encryptionContent; | |
| 139 | + String url = "http://apiwjj.cnlive.com/download/index.html" + "?isWjjQr=" + encryptionContent + "&type=wjjQrSportEventType"; | |
| 140 | 140 | Bitmap bitmap = service.createQRNoIconBitmap(url, 350); |
| 141 | 141 | ((ImageView) findViewById(R.id.down_img)).setImageBitmap(bitmap); |
| 142 | 142 | }catch (Exception e){ | ... | ... |