#ai
zhou zhou
5 天以前 1668b4ce8fb82ddfd54b44b86e78e3080b99a1cc
rsf-open-api/src/main/java/com/vincent/rsf/openApi/controller/AuthController.java
@@ -12,7 +12,7 @@
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
import jakarta.annotation.Resource;
/**
 * App认证控制器
@@ -30,7 +30,7 @@
    // 开启模拟数据
    @Value("${foreign.api.data.simulated}")
    public static String SIMULATED_DATA_ENABLE = "1";
    public static String SIMULATED_DATA_ENABLE = "0";
    @Resource
    private AppAuthService appAuthService;