李进 2 年 前
コミット
b00fae6ead

+ 1 - 0
authorize-api-service/src/main/java/com/xy/service/AuthorizeServiceImpl.java

@@ -7,6 +7,7 @@ import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import lombok.AllArgsConstructor;
 import org.springframework.stereotype.Service;
+import org.springframework.web.bind.annotation.GetMapping;
 import org.springframework.web.bind.annotation.RequestBody;
 
 @Service