Przeglądaj źródła

update document

xuxueli 5 lat temu
rodzic
commit
b20b9177d5

+ 0 - 1
xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobInfoController.java Wyświetl plik

131
 	
131
 	
132
 	@RequestMapping("/trigger")
132
 	@RequestMapping("/trigger")
133
 	@ResponseBody
133
 	@ResponseBody
134
-	//@PermissionLimit(limit = false)
135
 	public ReturnT<String> triggerJob(int id, String executorParam) {
134
 	public ReturnT<String> triggerJob(int id, String executorParam) {
136
 		// force cover job param
135
 		// force cover job param
137
 		if (executorParam == null) {
136
 		if (executorParam == null) {