mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-02 18:46:29 +00:00
fix redis前缀问题
This commit is contained in:
@@ -30,7 +30,7 @@ import java.util.Objects;
|
||||
@RequiredArgsConstructor
|
||||
public class AliPayAuthService {
|
||||
|
||||
public static final String OPEN_ID_KEY_PREFIX = "daxpay:wechat:openId:";
|
||||
public static final String OPEN_ID_KEY_PREFIX = "daxpay:alipay:openId:";
|
||||
|
||||
private final AliPayConfigService aliPayConfigService;
|
||||
|
||||
|
Reference in New Issue
Block a user