| | |
| | | import com.doumee.dao.vo.AccountResponse; |
| | | import com.doumee.dao.vo.MemberDetailVO; |
| | | import com.doumee.dao.vo.MemberListVO; |
| | | import com.doumee.dao.vo.PlatformAboutVO; |
| | | import com.doumee.dao.vo.UserCenterVO; |
| | | import me.chanjar.weixin.common.error.WxErrorException; |
| | | import org.apache.commons.lang3.StringUtils; |
| | |
| | | * @param memberId |
| | | * @return |
| | | */ |
| | | Member getMemberInfo(Integer memberId); |
| | | UserCenterVO getMemberInfo(Integer memberId); |
| | | |
| | | UserCenterVO getPlatformAboutUs(); |
| | | PlatformAboutVO getPlatformAboutUs(); |
| | | |
| | | void logOut(String token,Integer memberId); |
| | | |