Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -10,6 +10,7 @@ public enum FCLSessionInfoEnum { | ... | @@ -10,6 +10,7 @@ public enum FCLSessionInfoEnum { |
| 10 | 10 | ||
| 11 | FDX_LOGIN("fdx_login","FCL登录SESSION信息"), | 11 | FDX_LOGIN("fdx_login","FCL登录SESSION信息"), |
| 12 | FCL_UUID("fcl_uuid","FCL-UUID信息"), | 12 | FCL_UUID("fcl_uuid","FCL-UUID信息"), |
| 13 | + FCL_OAUTH("ab45335bc623e59","FCL-oauth信息"), | ||
| 13 | FCL_CONTACTNAME("fcl_contactname","FCL联系人信息"); | 14 | FCL_CONTACTNAME("fcl_contactname","FCL联系人信息"); |
| 14 | 15 | ||
| 15 | FCLSessionInfoEnum(String code, String name){ | 16 | FCLSessionInfoEnum(String code, String name){ | ... | ... |
-
Please register or login to post a comment