如果开发的时候用微信demo做开发的话记得注意 wxpay这个类的构造函数中,
if (useSandbox) {
this.signType = SignType.MD5; // 沙箱环境
}
else {
this.signType = SignType.HMACSHA256;
} if (如果开发的时候用微信demo做开发的话记得注意 wxpay这个类的构造函数中,
if (useSandbox) {
this.signType = SignType.MD5; // 沙箱环境
}
else {
this.signType = SignType.HMACSHA256;
} if (