|
@ -11,10 +11,7 @@ import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
/**
|
|
|
* Created by yeshijie on 2021/10/16.
|
|
@ -41,7 +38,7 @@ public class ChildActivityEndpoint extends EnvelopRestEndpoint {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@GetMapping("applyActivity")
|
|
|
@PostMapping("applyActivity")
|
|
|
@ApiOperation(value = "在线报名-根据教师展示")
|
|
|
public ObjEnvelop applyActivity(
|
|
|
@ApiParam(name = "patient", value = "居民id")
|