All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.unclecatmyself.bootstrap.verify.InChatVerifyService Maven / Gradle / Ivy

Go to download

A lightweight, efficient communication framework that supports chat and the Internet of Things

The newest version!
package com.github.unclecatmyself.bootstrap.verify;

import com.alibaba.fastjson.JSONArray;

/**
 * 用户校验层
 * Created by MySelf on 2018/11/22.
 */
public interface InChatVerifyService {

    boolean verifyToken(String token);

    JSONArray getArrayByGroupId(String groupId);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy