|
|
|
@ -47,7 +47,7 @@ public interface AppVolunteerRankFeignClient { |
|
|
|
* @params [userDetail, formDto] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
*/ |
|
|
|
@PostMapping(value = "heart/volunteer/getAppVolunteerOrgList", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@PostMapping(value = "heart/volunteer/applyVolunteer", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result applyVolunteer(AppVolunteerApplyDTO formDto); |
|
|
|
|
|
|
|
/** |
|
|
|
@ -57,6 +57,6 @@ public interface AppVolunteerRankFeignClient { |
|
|
|
* @params [formDto] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
*/ |
|
|
|
@GetMapping(value = "heart/volunteer/getAppVolunteerOrgList", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@GetMapping(value = "heart/volunteer/getVolunteerDetail", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result getVolunteerDetail(AppVolunteerApplyDTO formDto); |
|
|
|
} |
|
|
|
|