Skip to content

Conversation

gexiangdong
Copy link
Contributor

同城配送接口: https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/intracity_service.html
里面的2.1-2.15共15接口都有支持

同城配送需要开启API加密和签名,在BaseWxMaServiceImpl增加了 postWithSignature方法,来加密数据和签名并解密响应。

小程序开启加密签名后,有些接口可选走加密签名路径,这些整理在BaseWxMaServiceImpl.urlPathSupportApiSignature数组中,这些调用post后,如果已经配置加密用密钥,会自动走加密路径。

开放平台也增加了加密签名的设置

另外 weixin-java-miniapp/api-signature-readme.md 是写给使用者设置签名的

@binarywang binarywang merged commit cff5616 into binarywang:develop Oct 31, 2024
@binarywang
Copy link
Owner

https://gitee.com/binary/weixin-java-tools/issues/IB254H

楼主你提交的代码有bug,麻烦尽快处理下,非常感谢!

@binarywang
Copy link
Owner

另外请看下置顶区的issue,如果感兴趣的话,与我联系,加入开发组

@binarywang binarywang modified the milestones: 4.6.7, 4.6.6 Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants