| | |
| | | import com.ruoyi.common.core.domain.R; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | | /** |
| | | * @author zhibing.pu |
| | |
| | | R<TAppUserVipDetail> getAppUserVipDetail(GetAppUserVipDetail getAppUserVipDetail); |
| | | |
| | | |
| | | /** |
| | | * 修改会员明细 |
| | | * @param appUserVipDetail |
| | | */ |
| | | @PostMapping("/appUserVipDetail/updateAppUserVipDetail") |
| | | void updateAppUserVipDetail(@RequestBody TAppUserVipDetail appUserVipDetail); |
| | | } |