|
@@ -20,12 +20,12 @@ import static cn.hutool.crypto.SecureUtil.md5;
|
|
@Configuration
|
|
@Configuration
|
|
public class HBSignUtil {
|
|
public class HBSignUtil {
|
|
@Getter
|
|
@Getter
|
|
- @Value("${hb.host}")
|
|
|
|
|
|
+ @Value("${hb.host:def}")
|
|
private String hBHost;
|
|
private String hBHost;
|
|
@Getter
|
|
@Getter
|
|
- @Value("${hb.appId}")
|
|
|
|
|
|
+ @Value("${hb.appId:def}")
|
|
private String appId;
|
|
private String appId;
|
|
- @Value("${hb.secret}")
|
|
|
|
|
|
+ @Value("${hb.secret:def}")
|
|
private String secret;
|
|
private String secret;
|
|
|
|
|
|
/**
|
|
/**
|