server/services/src/main/java/com/doumee/service/business/MemberService.java
@@ -12,6 +12,7 @@ import com.doumee.dao.business.model.Member; import com.doumee.dao.dto.WxPhoneRequest; import com.doumee.dao.vo.AccountResponse; import com.doumee.dao.vo.UserCenterVO; import me.chanjar.weixin.common.error.WxErrorException; import org.apache.commons.lang3.StringUtils; @@ -146,4 +147,6 @@ * @return */ Member getMemberInfo(Integer memberId); UserCenterVO getPlatformAboutUs(); }