mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🐛 #2714 【小程序】修复即时配送相关接口报平台签名验证错误的问题
This commit is contained in:
@@ -113,7 +113,8 @@ public abstract class WxMaDeliveryBaseRequest implements Serializable {
|
||||
str = str.concat(getShopOrderId());
|
||||
}
|
||||
str = str.concat(getAppSecret());
|
||||
return DigestUtils.sha1Hex(str);
|
||||
this.deliverySign = DigestUtils.sha1Hex(str);
|
||||
return this.deliverySign;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user