| | |
| | | import com.everyday.word.entity.user.User; |
| | | import com.everyday.word.entity.user.UserAuth; |
| | | import com.everyday.word.exception.user.UserException; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | import org.yeshi.utils.entity.wx.WeiXinUser; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | public void bindPhone(Long userId, String phone) throws UserException; |
| | | |
| | | |
| | | /** |
| | | * @author hxh |
| | | * @description 上传头像 |
| | | * @date 11:15 2025/2/13 |
| | | * @param: file |
| | | * @param: uid |
| | | * @return void |
| | | **/ |
| | | public void uploadPortrait(MultipartFile file, Long uid) throws UserException, IOException; |
| | | |
| | | |
| | | } |