| | |
| | | import com.doumee.dao.dto.UpdMobileRequest; |
| | | import com.doumee.dao.dto.WxPhoneRequest; |
| | | import com.doumee.dao.vo.AccountResponse; |
| | | import com.doumee.dao.vo.MemberContactVO; |
| | | import com.doumee.dao.vo.MemberDetailVO; |
| | | import com.doumee.dao.vo.MemberListVO; |
| | | import com.doumee.dao.vo.PlatformAboutVO; |
| | |
| | | |
| | | PlatformAboutVO getPlatformAboutUs(); |
| | | |
| | | void logOut(String token,Integer memberId); |
| | | void logOut(String token,Integer memberId,Integer userType); |
| | | |
| | | void logOff(String token,Integer memberId); |
| | | |
| | | MemberContactVO getContactInfo(Integer memberId); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return MemberDetailVO |
| | | */ |
| | | MemberDetailVO findMemberDetail(Integer id); |
| | | } |
| | | |
| | | void giftRegisterCoupon(); |
| | | } |