shikeying
2022-09-27 fb66d5ed24e716e536543364f746a9db5aeb20a9
recommend-video/src/main/java/com/iplatform/recvideo/config/VideoSimilarProperties.java
@@ -11,6 +11,17 @@
    private String aiService;
    private boolean testMode = false;
    public boolean isTestMode() {
        return testMode;
    }
    public void setTestMode(boolean testMode) {
        this.testMode = testMode;
    }
    public String getAiService() {
        return aiService;
    }