|
@ -29,7 +29,7 @@ public interface UserPointsFeignClient { |
|
|
* @author qushutong |
|
|
* @author qushutong |
|
|
* @date 2021/9/27 13:38 |
|
|
* @date 2021/9/27 13:38 |
|
|
*/ |
|
|
*/ |
|
|
@PostMapping(value = "/app-user/epdc-app/user/updatePointsUser", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
@PostMapping(value = "app-user/epdc-app/user/updatePointsUser", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
Result<Boolean> updataUserPoint(UserPointsFormDTO formDto); |
|
|
Result<Boolean> updataUserPoint(UserPointsFormDTO formDto); |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -40,6 +40,6 @@ public interface UserPointsFeignClient { |
|
|
* @author qushutong |
|
|
* @author qushutong |
|
|
* @date 2021/9/28 9:39 |
|
|
* @date 2021/9/28 9:39 |
|
|
*/ |
|
|
*/ |
|
|
@GetMapping(value = "/app-user/epdc-app/user/getInfoById/{id}") |
|
|
@GetMapping(value = "app-user/epdc-app/user/getInfoById/{id}") |
|
|
Result<EpdcUserInfoResultDTO> getInfoById(@PathVariable("id") String id); |
|
|
Result<EpdcUserInfoResultDTO> getInfoById(@PathVariable("id") String id); |
|
|
} |
|
|
} |
|
|