|
@@ -30,7 +30,7 @@ public class PointGenerateController {
|
|
|
|
|
|
|
|
|
@PostMapping(value = "/add")
|
|
|
- public R addGeneratePoint( @RequestParam(value = "pointList", required = false) String[] points){
|
|
|
+ public R addGeneratePoint( @RequestParam(value = "points", required = false) String[] points){
|
|
|
|
|
|
int code = pointGenerateService.addGeneratePoint(points);
|
|
|
|