[opt] optimize code

This commit is contained in:
McDonaldFans 2020-05-19 07:14:57 +08:00
parent ca684a0ea1
commit 8e5e435339

View File

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