We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942cb07 commit 63fdc31Copy full SHA for 63fdc31
1 file changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/config/WxPayConfig.java
@@ -8,6 +8,7 @@
8
import lombok.Data;
9
import lombok.EqualsAndHashCode;
10
import lombok.SneakyThrows;
11
+import lombok.ToString;
12
import org.apache.commons.io.IOUtils;
13
import org.apache.commons.lang3.RegExUtils;
14
import org.apache.commons.lang3.StringUtils;
@@ -29,6 +30,7 @@
29
30
* @author Binary Wang (https://github.com/binarywang)
31
*/
32
@Data
33
+@ToString(exclude = "verifier")
34
@EqualsAndHashCode(exclude = "verifier")
35
public class WxPayConfig {
36
private static final String DEFAULT_PAY_BASE_URL = "https://api.mch.weixin.qq.com";
0 commit comments