Commit 4fd15147 by zhangyang

feat:[none]新增cookie key定义

parent 07922b73
...@@ -117,6 +117,10 @@ public class Cookie { ...@@ -117,6 +117,10 @@ public class Cookie {
* 微信群ID * 微信群ID
*/ */
public static final String QRCODE_ID = "qrcodeId"; public static final String QRCODE_ID = "qrcodeId";
/**
* 传播类型
*/
public static final String SPREAD_TYPE = "spreadType";
public static final String MAIN_USER_ID = "mainUserId"; public static final String MAIN_USER_ID = "mainUserId";
......
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