Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

同城配送订单pojo usesanbox字段优化,增加distance字段;BaseWxMaServiceImpl加密路径增加明文日志方便调试 #3417

Merged
merged 13 commits into from
Nov 16, 2024
Merged
Prev Previous commit
Next Next commit
add set
gexiangdong committed Oct 31, 2024
commit 368b74314460eb210379cd52278006c2e3b45af0
Original file line number Diff line number Diff line change
@@ -355,12 +355,20 @@ void setWxOpenInfo(
/** 第三方平台设置API签名 RSA 私钥 */
String getComponentApiSignatureRsaPrivateKey();

void setComponentApiSignatureRsaPrivateKey(String apiSignatureRsaPrivateKey);

/** 第三方平台设置API签名 AES KEY */
String getComponentApiSignatureAesKey();

void setComponentApiSignatureAesKey(String apiSignatureAesKey);

/** 第三方平台设置API签名 RSA 私钥 序号 */
String getComponentApiSignatureRsaPrivateKeySn();

void setComponentApiSignatureRsaPrivateKeySn(String apiSignatureRsaPrivateKeySn);

/** 第三方平台设置API签名 AES key 序号 */
String getComponentApiSignatureAesKeySn();

void setComponentApiSignatureAesKeySn(String apiSignatureAesKeySn);
}