Commit b9efc5fd authored by yanzg's avatar yanzg

异常处理显示

parent 689522ff
......@@ -24,16 +24,16 @@ public class CookiesHelper {
/**
* 单个Cookies最大长度
*/
private static final int ITEM_MAX_SIZE = 1000;
public static final int ITEM_MAX_SIZE = 1000;
/**
* 编码方式
*/
private static final String CHARSET = "UTF-8";
public static final String CHARSET = "UTF-8";
/**
* Cookies标记格式
*/
private static final String TAG_FORMAT = "%s_%d";
public static final String TAG_FORMAT = "%s_%d";
/**
* TOKEN缓存对象
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment