[opt] opt code

This commit is contained in:
root 2020-05-19 07:11:58 +08:00
parent 8e1353f061
commit ca684a0ea1

View File

@ -143,6 +143,8 @@ public class OhMyClient {
.build();
String post = postHA(OpenAPIConstant.ENABLE_JOB, body);
return JsonUtils.parseObject(post, ResultDTO.class);
}
/**