mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-15 21:06:30 +08:00
add test for reverseOdrer method
This commit is contained in:
@@ -135,7 +135,7 @@ public class WxPayConfig {
|
||||
|
||||
public SSLContext initSSLContext() {
|
||||
if (null == mchId) {
|
||||
throw new IllegalArgumentException("请確保mchId已設置");
|
||||
throw new IllegalArgumentException("请确保商户号mch_id已设置");
|
||||
}
|
||||
|
||||
File file = new File(this.keyPath);
|
||||
|
||||
Reference in New Issue
Block a user