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