mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-17 21:56:28 +08:00
🐛 #1864 【微信支付】WxPayConfig类的hashCode和equals方法移除 verifier 字段
This commit is contained in:
@@ -31,4 +31,10 @@ public class WxPayConfigTest {
|
||||
this.testInitSSLContext_classpath();
|
||||
this.testInitSSLContext_http();
|
||||
}
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("ResultOfMethodCallIgnored")
|
||||
public void testHashCode() {
|
||||
payConfig.hashCode();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user