接口 AfterWxUserUpdateHandler
-
- 所有已知实现类:
WxUserLoginLogServiceImpl
public interface AfterWxUserUpdateHandler微信用户更新后置处理- 作者:
- guer
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidafterWxUserUpdateHandler(WxUser wxUser)微信用户更新后置处理
-
-
-
方法详细资料
-
afterWxUserUpdateHandler
void afterWxUserUpdateHandler(WxUser wxUser)
微信用户更新后置处理- 参数:
wxUser- 微信用户
-
-