|
@@ -138,7 +138,11 @@ public class VolunteerInfoController extends BaseController {
|
|
|
SendSmsUtil.send(info.getPhonenumber(), jsonObject.toString(), ConstantsConfig.SMS_TEMPLATE_TYPE_VOLUNTEER_RESULT.getValue());
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
-
|
|
|
+ @ApiOperation("小程序首页志愿者自己的头像")
|
|
|
+ @GetMapping("/volunteerPicture")
|
|
|
+ public List<String> getVolunteerPicture(){
|
|
|
+ return volunteerInfoService.getVolunteerPicture(SecurityUtils.getUserId());
|
|
|
+ }
|
|
|
/* @ApiOperation("用户已注册志愿者查询")
|
|
|
@GetMapping("/havenRegister")
|
|
|
public Void selectUserHavenRegister(){
|