liude 1 год назад
Родитель
Сommit
68815a2962

+ 1 - 0
src/main/java/com/chelvc/cloud/admin/controller/AuthorizeController.java

@@ -11,6 +11,7 @@ import com.chelvc.framework.oauth.annotation.Authorize;
 import com.chelvc.framework.sms.CaptchaSmsHandler;
 import com.chelvc.framework.sms.SmsSession;
 import lombok.RequiredArgsConstructor;
+import org.apache.dubbo.config.annotation.DubboReference;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.PostMapping;
 import org.springframework.web.bind.annotation.RequestBody;