意向区域新增不限&新增字段&手机号校验
This commit is contained in:
@@ -280,4 +280,9 @@ public class TestController {
|
||||
followTaskService.followTaskAnHourAgoRemind();
|
||||
return ResponseResult.success();
|
||||
}
|
||||
|
||||
@GetMapping("/initOpenArea")
|
||||
public ResponseResult initOpenArea() {
|
||||
return ResponseResult.success(openAreaService.addOpenArea());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user