| | |
| | | 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; |
| | |
| | | |
| | | void logOff(String token,Integer memberId); |
| | | |
| | | MemberContactVO getContactInfo(Integer memberId); |
| | | |
| | | |
| | | /** |
| | | * 验证手机号 |
| | |
| | | * @return MemberDetailVO |
| | | */ |
| | | MemberDetailVO findMemberDetail(Integer id); |
| | | } |
| | | |
| | | void giftRegisterCoupon(); |
| | | } |