nilupeng
2022-08-11 6c29fda2b7408c13a486554c5be9d3c6b8296b95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.runt.open.mvvm.config;
 
/**
 * My father is Object, ites purpose of
 *
 * @purpose Created by Runt (qingingrunt2010@qq.com) on 2020-9-17.
 */
public class Configuration {
 
    public final static String KEY_CODE= "code";
    public static final String KEY_TOKEN = "token";
    public static final String KEY_USERINFO = "userinfo";
    public static final String KEY_USERNAME = "username";
    public static final String KEY_PHONE = "phone";
    public static final String KEY_USERPASS = "userpass";
    public final static String IS_LOGIN= "is_login";
}