@@ -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 {