fix:【PAY 支付】PayDemoWithdrawServiceImpl 拼写错误
This commit is contained in:
parent
7c38a32fc9
commit
51c1091430
|
@ -35,7 +35,7 @@ import static cn.iocoder.yudao.module.pay.enums.ErrorCodeConstants.*;
|
|||
@Service
|
||||
@Validated
|
||||
@Slf4j
|
||||
public class PayDemoTransferServiceImpl implements PayDemoWithdrawService {
|
||||
public class PayDemoWithdrawServiceImpl implements PayDemoWithdrawService {
|
||||
|
||||
/**
|
||||
* 接入的支付应用标识
|
Loading…
Reference in New Issue