mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
[opt] opt code
This commit is contained in:
parent
8e1353f061
commit
ca684a0ea1
@ -143,6 +143,8 @@ public class OhMyClient {
|
|||||||
.build();
|
.build();
|
||||||
String post = postHA(OpenAPIConstant.ENABLE_JOB, body);
|
String post = postHA(OpenAPIConstant.ENABLE_JOB, body);
|
||||||
return JsonUtils.parseObject(post, ResultDTO.class);
|
return JsonUtils.parseObject(post, ResultDTO.class);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user