1234567891011121314151617181920212223242526272829303132333435 |
- export const SET_SYSTEM_INFO = 'SET_SYSTEM_INFO'
- export const SET_THIRD = 'SET_THIRD'
- export const SET_OPEN_ID = 'SET_OPEN_ID'
- export const SET_SESSION_KEY = 'SET_SESSION_KEY'
- export const SET_UNION_ID = 'SET_UNION_ID'
- export const SET_TOKEN = 'SET_TOKEN_INFO'
- export const SET_USER_INFO = 'SET_USER_INFO'
- export const SET_PID = 'SET_PID'
- export const SET_CHANNEL = 'SET_CHANNEL'
- export const SET_ADID = 'SET_ADID'
- export const SET_CLICKID = 'SET_CLICKID'
- export const SET_CALLBACK = 'SET_CALLBACK'
- export const SET_PAYINFO = 'SET_PAYINFO'
- export const SET_LOADING = 'SET_LOADING'
- export const SET_NOTIFY = 'SET_NOTIFY'
- export const LOGIN_OUT = 'LOGIN_OUT'
- export const SET_PAGE_CONFIG = 'SET_PAGE_CONFIG'
- export const SET_CLOSE_VIBRATOR = 'SET_CLOSE_VIBRATOR'
- export const SET_CLOSE_ANIMAL = 'SET_CLOSE_ANIMAL'
- export const SET_HIDE = 'SET_HIDE'
- export const SET_SHARE_USERID = 'SET_SHARE_USERID'
|