对接个人主页徽章接口
This commit is contained in:
@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user