| | |
| | | import com.dsh.course.dto.StudentSearch; |
| | | import com.dsh.course.dto.TStudentDto; |
| | | import com.dsh.course.feignClient.other.model.SiteChangeStateVO; |
| | | import com.dsh.guns.modular.system.model.AdvertisementChangeStateDTO; |
| | | import com.dsh.guns.modular.system.model.AppUserByNameAndPhoneDTO; |
| | | import com.dsh.guns.modular.system.model.TStudent; |
| | | import com.dsh.guns.modular.system.model.*; |
| | | import com.dsh.guns.modular.system.model.dto.GiftSearchDto; |
| | | import com.dsh.guns.modular.system.model.dto.SelectDto; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | |
| | | |
| | | @FeignClient("mb-cloud-account") |
| | | public interface AppUserClient { |
| | | |
| | | |
| | | /** |
| | | * 根据介绍有礼id查询当前活动参与次数 |
| | | */ |
| | | @PostMapping("/base/appUser/getActivityPeoples") |
| | | Integer getActivityPeoples(@RequestBody Integer activityId); |
| | | /** |
| | | * 介绍有礼 -- 参与用户列表 |
| | | */ |
| | | @PostMapping("/base/appUser/queryIntroduceAll") |
| | | List<IntroduceUser> queryIntroduceAll(@RequestBody IntroduceUserQuery query); |
| | | /** |
| | | * 根据用户姓名和电话模糊查询 |
| | | */ |