liujc 1 سال پیش
والد
کامیت
0aecc397f4

+ 1 - 1
cooleshow-app/src/main/java/com/yonge/cooleshow/teacher/controller/UserTenantAlbumRecordController.java

@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
 @Slf4j
 @Validated
 @RestController
-@RequestMapping("/userTenantAlbumRecord")
+@RequestMapping("${app-config.url.teacher:}/userTenantAlbumRecord")
 @Api(tags = "购买训练工具记录")
 public class UserTenantAlbumRecordController {