Commit 5d2c1d2e authored by chenhao's avatar chenhao

修改請求方式

parent a1911118
...@@ -81,7 +81,7 @@ public interface WorkflowFeignService { ...@@ -81,7 +81,7 @@ public interface WorkflowFeignService {
* @param taskID * @param taskID
* @return * @return
*/ */
@RequestMapping(value = "/task/pickuptask/{taskID}", method = RequestMethod.GET) @RequestMapping(value = "/task/pickuptask/{taskID}", method = RequestMethod.PUT)
JSONObject pickuptask(@PathVariable("taskID") String taskID) ; JSONObject pickuptask(@PathVariable("taskID") String taskID) ;
/** /**
* 直接完成任务 * 直接完成任务
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment