|
@ -99,7 +99,7 @@ public class VolunteerController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @describe: 审核认证 |
|
|
* @describe: 小程序-社会组织-审核认证 |
|
|
* @author wangtong |
|
|
* @author wangtong |
|
|
* @date 2021/8/29 11:22 |
|
|
* @date 2021/8/29 11:22 |
|
|
* @params [dto] |
|
|
* @params [dto] |
|
@ -111,7 +111,7 @@ public class VolunteerController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @describe: 小程序-志愿者申请 |
|
|
* @describe: 小程序-社会组织-志愿者申请 |
|
|
* @author wangtong |
|
|
* @author wangtong |
|
|
* @date 2021/8/30 10:43 |
|
|
* @date 2021/8/30 10:43 |
|
|
* @params [userDetail, formDto] |
|
|
* @params [userDetail, formDto] |
|
@ -123,7 +123,7 @@ public class VolunteerController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @describe: 小程序-志愿者详情 |
|
|
* @describe: 小程序-社会组织-志愿者详情 |
|
|
* @author wangtong |
|
|
* @author wangtong |
|
|
* @date 2021/8/30 11:00 |
|
|
* @date 2021/8/30 11:00 |
|
|
* @params [userDetail] |
|
|
* @params [userDetail] |
|
@ -143,8 +143,8 @@ public class VolunteerController { |
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
*/ |
|
|
*/ |
|
|
@GetMapping("getOrgTypeList") |
|
|
@GetMapping("getOrgTypeList") |
|
|
public Result getOrgTypeList(@RequestBody AppVorgFormDTO formDto) { |
|
|
public Result getOrgTypeList() { |
|
|
return volunteerService.getOrgTypeList(formDto); |
|
|
return volunteerService.getOrgTypeList(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|