package com.kwan.springbootkwan.service; import com.kwan.springbootkwan.entity.resp.BusinessInfo; public interface CsdnService { /** * 获取文章信息 * * @return */ BusinessInfo list(); void getArticleInfo(String articleId); }