Skip to content

Commit

Permalink
yoyiyi
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyiyi committed Jul 27, 2017
1 parent ef5459c commit e949e28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
/**
* @author zzq 作者 E-mail: [email protected]
* @date 创建时间:2017/7/12 17:04
* 描述:持久化cookie
* 描述:sp持久化cookie
*/
public class SPCookieStore implements CookieStore {

private static final String COOKIE_PREFS = "okgo_cookie"; //cookie使用prefs保存
private static final String COOKIE_PREFS = "okhttp_cookie"; //cookie使用prefs保存
private static final String COOKIE_NAME_PREFIX = "cookie_"; //cookie持久化的统一前缀

/**
Expand Down

0 comments on commit e949e28

Please sign in to comment.