fix bug of SP and frontLive time
This commit is contained in:
@@ -131,7 +131,7 @@ public abstract class AbsMogoApplication extends Application {
|
||||
/**
|
||||
* 忽略 https 验证
|
||||
*
|
||||
* @return
|
||||
* @return {@link SSLContext}
|
||||
* @throws Exception
|
||||
*/
|
||||
private static SSLContext getSslContext() throws Exception {
|
||||
|
||||
@@ -11,7 +11,7 @@ import com.mogo.utils.ThreadPoolService;
|
||||
import com.mogo.utils.logger.Logger;
|
||||
|
||||
public
|
||||
/**
|
||||
/*
|
||||
* @author congtaowang
|
||||
* @since 2020/6/8
|
||||
*
|
||||
|
||||
@@ -12,11 +12,11 @@ import com.mogo.utils.storage.SharedPrefsMgr;
|
||||
public class SpStorage {
|
||||
|
||||
public static String getTicket() {
|
||||
return SharedPrefsMgr.getInstance( AbsMogoApplication.getApp() ).getString( "ticket" );
|
||||
return SharedPrefsMgr.getInstance( AbsMogoApplication.getApp() ).getString( "token" );
|
||||
}
|
||||
|
||||
public static void setTicket( String ticket ) {
|
||||
SharedPrefsMgr.getInstance( AbsMogoApplication.getApp() ).putString( "ticket", ticket );
|
||||
SharedPrefsMgr.getInstance( AbsMogoApplication.getApp() ).putString( "token", ticket );
|
||||
}
|
||||
|
||||
public static String getNavigationTarget(){
|
||||
|
||||
Reference in New Issue
Block a user