com.mxixm.fastboot.weixin.module.web.session.WxSessionIdGenerator Maven / Gradle / Ivy
The newest version!
package com.mxixm.fastboot.weixin.module.web.session;
import com.mxixm.fastboot.weixin.module.web.WxRequest;
public interface WxSessionIdGenerator {
String generate(WxRequest wxRequest);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy