| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
There was a problem hiding this comment.
此 PR 修复了运营工具商家转账 API 的路径错误问题。原代码使用了错误的路径 /v3/fund-app/operation/mch-transfer/transfer-bills(包含多余的 operation 段),与微信支付官方文档不符。修改后的路径 /v3/fund-app/mch-transfer/transfer-bills 与官方文档保持一致,并与 TransferService 中的新版 API 路径规范统一。
主要变更:
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| BusinessOperationTransferService.java | 更新接口文档注释中的 4 处 API 路径,移除多余的 operation 段 |
| BusinessOperationTransferServiceImpl.java | 修正 3 个方法中的实际 API 调用路径,确保与官方文档一致 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
运营工具-商家转账API使用了错误的路径 /v3/fund-app/operation/mch-transfer/transfer-bills,与微信官方文档不符。正确路径应为 /v3/fund-app/mch-transfer/transfer-bills。
修改内容
BusinessOperationTransferService.java
BusinessOperationTransferServiceImpl.java
所有路径现已与 TransferService 中的新版API路径保持一致。
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.