mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 11:26:50 +08:00
修改远程接口地址
This commit is contained in:
@@ -499,7 +499,7 @@ public class CourseAuditApi extends ApiBaseController{
|
||||
boeaiCourseDto.setVideoCount(videoList.size());
|
||||
ObjectMapper objectMapper = new ObjectMapper();
|
||||
String message = objectMapper.writeValueAsString(boeaiCourseDto);
|
||||
String url = "http://10.251.160.38:8088/aiVideo/saveCourse";
|
||||
String url = "http://10.251.186.27:8088/aiVideo/saveCourse";
|
||||
HttpUtils.sendMessage(message,url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user