宋悦 7 vuotta sitten
vanhempi
commit
d9cfacef98

+ 1 - 1
exam-work-api/src/main/java/cn/com/qmth/examcloud/service/examwork/service/rpc/client/CourseClient.java

@@ -18,7 +18,7 @@ public interface CourseClient {
 	String findByOrgIdAndCode(@RequestParam("orgId") Long orgId,@RequestParam("code") String code);
 
 
-	@RequestMapping(method = RequestMethod.GET, value = "${app.api.core}/course/{orgId}")
+	@RequestMapping(method = RequestMethod.GET, value = "${app.api.core}/course/org/{orgId}")
 	String findByOrgId(@PathVariable("orgId") Long orgId);
 
 }