Browse Source

详情代码提交

origin/dept_screen
Jackwang 5 years ago
parent
commit
d5f469981d
  1. 4
      epdc-cloud-api/src/main/java/com/elink/esua/epdc/feign/AppVolunteerRankFeignClient.java

4
epdc-cloud-api/src/main/java/com/elink/esua/epdc/feign/AppVolunteerRankFeignClient.java

@ -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);
}

Loading…
Cancel
Save