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";
|
}
|