对接个人主页徽章接口

This commit is contained in:
张玉久
2019-11-20 11:51:36 +08:00
parent ae43ae1b97
commit c7b6d44874
8 changed files with 205 additions and 103 deletions

View File

@ -99,7 +99,7 @@ public class WebActivity extends NormalActivity {
return getTargetIntent(context, WebActivity.class, WebFragment.class, bundle);
}
public static Intent getBadgeCenterIntent(Context context){
public static Intent getBadgeCenterIntent(Context context, String userId){
Bundle bundle = new Bundle();
bundle.putString(EntranceUtils.KEY_URL, "https://www.baidu.com");