mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -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());
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user