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

com.wangshanhai.power.service.PowerExtService Maven / Gradle / Ivy

The newest version!
package com.wangshanhai.power.service;

import javax.servlet.http.HttpServletRequest;

/**
 * 扩展服务
 * @author Shmily
 */
public interface PowerExtService {
    /**
     * 获取用户IP
     * @param request
     * @return
     */
    public String getIp(HttpServletRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy