|
|
|
@@ -185,7 +185,7 @@ public class GitServiceImpl implements GitService { |
|
|
|
|
|
|
|
@Override |
|
|
|
public void updateProjectDetail(Map<String,Object> body,String owner, String identifier,String token) throws Exception { |
|
|
|
String userReq = httpUtils.sendPatchWithToken(gitendpoint + "/api/" + owner + "/" + identifier + "/detail.json", null, token, JsonUtils.mapToJson(body)); |
|
|
|
String userReq = httpUtils.sendPatchWithToken(gitendpoint + "/api/" + owner + "/" + identifier + "/practice.json", null, token, JsonUtils.mapToJson(body)); |
|
|
|
if (StringUtils.isEmpty(userReq)) { |
|
|
|
throw new RuntimeException(); |
|
|
|
} |
|
|
|
|