This commit is contained in:
Guoqs
2024-11-26 09:34:23 +08:00
parent 4b7327fa7a
commit ad7ffeb801
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ import org.springframework.stereotype.Service;
*/
@Slf4j
@Service
public class BillingTemplateValidateRequestStrategy implements AbstractYkcStrategy {
public class BillingTemplateValidateStrategy implements AbstractYkcStrategy {
private final String type = YKCUtils.frameType2Str(YKCFrameTypeCode.BILLING_TEMPLATE_VALIDATE_CODE.getBytes());

View File

@@ -33,7 +33,7 @@ import java.util.concurrent.CompletableFuture;
@Slf4j
@Service
public class LoginRequestStrategy implements AbstractYkcStrategy {
public class LoginStrategy implements AbstractYkcStrategy {
private final String type = YKCUtils.frameType2Str(YKCFrameTypeCode.LOGIN_CODE.getBytes());
@Autowired