This commit is contained in:
wuweida 2022-05-19 09:45:30 +08:00
parent 595d7e9c16
commit c42d58306c
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }