md
This commit is contained in:
parent
c195989e33
commit
ffcee5949f
@ -46,11 +46,11 @@ public class PayTest {
|
|||||||
|
|
||||||
static {
|
static {
|
||||||
ACCOUNT = new WeixinPayAccount(
|
ACCOUNT = new WeixinPayAccount(
|
||||||
"wx7ca5ae77b3b4bc81",
|
"id",
|
||||||
"GATFzDwbQdbbci3QEQxX2rUBvwTrsMiZ",
|
"支付秘钥",
|
||||||
"1290664601",
|
"商户号",
|
||||||
"1290664601",
|
"加载证书的密码,默认为商户号",
|
||||||
"/Users/jy/workspaces/jdxg-parent/ixi-service/src/main/resources/1290664601.p12");
|
"证书文件路径");
|
||||||
SIGNATURE = new WeixinPaymentSignature(ACCOUNT.getPaySignKey());
|
SIGNATURE = new WeixinPaymentSignature(ACCOUNT.getPaySignKey());
|
||||||
PAY = new WeixinPayProxy(ACCOUNT);
|
PAY = new WeixinPayProxy(ACCOUNT);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user