- 所有已实现的接口:
org.springframework.beans.factory.InitializingBean
- 直接已知子类:
WechatCallbackApi
-
-
-
-
方法概要
获取微信小程序(access_token),并设置缓存。
protected void
afterPropertiesSet, downloadLocalImportTemplate, getCaptchaCacheProvider, getCurrentOrgMenuScope, getCurrentWebUserAgent, getDataImportEngine, getDept, getDeptCacheProvider, getDeptName, getDictCacheProvider, getDictName, getLoginStrategyManager, getNotificationTemplateCache, getOrgListScope, getOwner, getPushManager, getRootOrgIdByDept, getSmsCaptchaProvider, getUser, getUserCacheProvider, getUserLoginCache, getUserRootOrgId, getUserService, getWebAgentService, sendSmsCodeValidation, setCaptchaCacheProvider, setDeptCacheProvider, setDictCacheProvider, setPlatformDataImportEngine, setPushManager, setSmsCaptchaProvider, setUserCacheProvider, systemLogError, systemLogSuccess, validateSmsCode
acquireFileOperateSpi, clearCdnPrefix, getCdnUrl, getFileInfo, getFileInfoList, getLocalFileData, uploadFileToLocal, uploadFileToLocal, uploadFileToLocal, uploadFileToLocal, uploadFileToLocal, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote, uploadFileToRemote
acquireSecurityUserProperties, encryptPassword, getCurrentDataScope, getCurrentUser, getCurrentUserId, getCurrentUserPrincipal, getCurrentUserRoleIdList, isSupervisor, loginAsWorkflowRole, matchesPassword, validatePasswordRule
acquireTablePage, ajaxOutputFileStream, ajaxOutputFileStream, ajaxOutPutHtml, ajaxOutPutJson, ajaxOutPutText, ajaxOutPutXml, downloadSimpleFile, getArgumentManager, getArgumentVariable, getAttribute, getContextPath, getDoubleParameter, getFloatParameter, getIntParameter, getLongParameter, getParameter, getParameterUTF8, getParameterValues, getParamsDateTime, getPlatformCallback, getRequest, getResponse, getServerDomain, getThirdPartyManager, preparePageSearch, print, setAttribute, setDefaultContentType
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
WechatBaseController
public WechatBaseController()
-
方法详细资料
-
pushNotificationWithTemplate
protected void pushNotificationWithTemplate(String mark,
List<com.walker.infrastructure.arguments.Variable> variableList,
long userId)
平台统一根据模板,发送提醒通知。
- 参数:
mark - 通知标识,如:发货、订单等,从:sf_notification 表查询
variableList - 业务数据,key,value
userId - 用户ID
-
acquireMiniAccessToken
protected String acquireMiniAccessToken()
获取微信小程序(access_token),并设置缓存。
- 返回:
-
acquirePublicAccessToken
protected String acquirePublicAccessToken()
获取微信公众号(普通)access_token
- 返回:
-
getWechatCache
返回微信基础配置缓存对象。
- 返回: