wxr
2022-12-01 2588ab0681d9ef96f98114a1de018b420e3ee1da
1
2
3
4
5
6
7
8
9
10
package com.mm.android.deviceaddmodule.mobilecommon.common;
 
public interface Constants {
 
    public static  final int PERMISSION_REQUEST_ID = 11;
 
    String OPENID = "openid";
    String SUBACCOUNTTOKEN = "subAccountToken";
 
}