|
@@ -37,7 +37,7 @@ public class waterController extends VisuBaseService {
|
|
|
* @param
|
|
|
* @return
|
|
|
*/
|
|
|
- @PostMapping(value = "/spread",headers = {"Content-Type=application/json"})
|
|
|
+ @PostMapping( "/spread")
|
|
|
public AjaxResult add(@RequestBody String json) {
|
|
|
return remoteEventBaseService.addspread(json);
|
|
|
}
|