This commit is contained in:
parent
595d7e9c16
commit
c42d58306c
|
@ -38,7 +38,7 @@ public class EventController {
|
||||||
* 订阅任务下发接口
|
* 订阅任务下发接口
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@RequestMapping("subscribe")
|
@GetMapping("subscribe")
|
||||||
public JSONObject subscribe(){
|
public JSONObject subscribe(){
|
||||||
return eventService.subscribe();
|
return eventService.subscribe();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue