Commit 32d438be by zhiwj

添加查询短信签名的接口

parent b91a3ca6
...@@ -5,8 +5,6 @@ import com.gic.api.base.commons.ServiceResponse; ...@@ -5,8 +5,6 @@ import com.gic.api.base.commons.ServiceResponse;
import com.gic.auth.dto.ResourceDTO; import com.gic.auth.dto.ResourceDTO;
import com.gic.auth.dto.SmsSignResourceDTO; import com.gic.auth.dto.SmsSignResourceDTO;
import java.util.List;
/** /**
* *
* @ClassName: ResourceApiService * @ClassName: ResourceApiService
...@@ -63,7 +61,13 @@ public interface ResourceApiService { ...@@ -63,7 +61,13 @@ public interface ResourceApiService {
ServiceResponse<ResourceDTO> getResource(Integer resourceId); ServiceResponse<ResourceDTO> getResource(Integer resourceId);
/** /**
* 查询短信签名 * 按用户查询短信签名
* @Title: getSmsResourceByUserId
* @Description:
* @author zhiwj
* @param userId
* @return com.gic.api.base.commons.ServiceResponse<com.gic.auth.dto.SmsSignResourceDTO>
* @throws
*/ */
ServiceResponse<SmsSignResourceDTO> getSmsResourceByUserId(Integer userId); ServiceResponse<SmsSignResourceDTO> getSmsResourceByUserId(Integer userId);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment