René's URL Explorer Experiment


Title: feat(channel): 新增售后保障单模块 6 个 API 支持 by Copilot · Pull Request #4035 · binarywang/WxJava · GitHub

Open Graph Title: feat(channel): 新增售后保障单模块 6 个 API 支持 by Copilot · Pull Request #4035 · binarywang/WxJava

X Title: feat(channel): 新增售后保障单模块 6 个 API 支持 by Copilot · Pull Request #4035 · binarywang/WxJava

Description: 为补齐微信小店售后能力,本 PR 在 WxChannelAfterSaleService 中新增保障单管理接口,覆盖保障单查询、详情、同意、协商、举证、拒绝全流程。实现与官方保障单 API 路径一一对应,保持现有售后模块风格一致。 接口层扩展(Service) 在 WxChannelAfterSaleService 新增 6 个方法: listGuaranteeOrder(GuaranteeOrderListParam) getGuaranteeOrder(String guaranteeOrderId) acceptGuarantee(String guaranteeOrderId) modifyGuarantee(GuaranteeModifyRequest) proofGuarantee(GuaranteeProofRequest) refuseGuarantee(String guaranteeOrderId, String reason) 实现层补齐(ServiceImpl) 在 WxChannelAfterSaleServiceImpl 增加对应实现,统一复用现有 shopService.post(...) + ResponseUtils.decode(...) 模式。 查询类接口返回强类型响应;操作类接口按现有风格提供无返回值调用。 API 常量新增 在 WxChannelApiUrlConstants.AfterSale 增加 6 个保障单 URL 常量: /channels/ec/aftersale/searchguaranteeorder /channels/ec/aftersale/getguaranteeorder /channels/ec/aftersale/merchantacceptguarantee /channels/ec/aftersale/merchantmodifyguarantee /channels/ec/aftersale/merchantproofguarantee /channels/ec/aftersale/merchantrefuseguarantee 数据模型新增(after 包) 请求模型:GuaranteeOrderListParam、GuaranteeOrderIdParam、GuaranteeModifyRequest、GuaranteeProofRequest、GuaranteeRefuseRequest 响应模型:GuaranteeOrderListResponse、GuaranteeOrderInfoResponse、GuaranteeOrderInfo 单元测试补充 在 WxChannelAfterSaleServiceImplTest 新增保障单相关 6 个测试方法,覆盖新增服务方法调用入口。 示例(新增接口调用): GuaranteeOrderListResponse list = afterSaleService.listGuaranteeOrder( new GuaranteeOrderListParam(beginCreateTime, endCreateTime, null, null, null) ); GuaranteeOrderInfo detail = afterSaleService.getGuaranteeOrder(guaranteeOrderId); afterSaleService.acceptGuarantee(guaranteeOrderId); afterSaleService.modifyGuarantee(new GuaranteeModifyRequest(guaranteeOrderId, 100, "协商说明")); afterSaleService.proofGuarantee(new GuaranteeProofRequest(guaranteeOrderId, mediaIds, "举证说明")); afterSaleService.refuseGuarantee(guaranteeOrderId, "拒绝原因");

Open Graph Description: 为补齐微信小店售后能力,本 PR 在 WxChannelAfterSaleService 中新增保障单管理接口,覆盖保障单查询、详情、同意、协商、举证、拒绝全流程。实现与官方保障单 API 路径一一对应,保持现有售后模块风格一致。 接口层扩展(Service) 在 WxChannelAfterSaleService 新增 6 个方法: listGuaranteeOrder(Guara...

X Description: 为补齐微信小店售后能力,本 PR 在 WxChannelAfterSaleService 中新增保障单管理接口,覆盖保障单查询、详情、同意、协商、举证、拒绝全流程。实现与官方保障单 API 路径一一对应,保持现有售后模块风格一致。 接口层扩展(Service) 在 WxChannelAfterSaleService 新增 6 个方法: listGuaranteeOrder(Guara...

Opengraph URL: https://github.com/binarywang/WxJava/pull/4035

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:255f67c8-b3f5-67a9-08a5-3dc52ca5afa9
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idA962:A2F1B:8729E8:B60BF6:6A580EB0
html-safe-nonced910fbdde3433b23a9b14e4e1b56b5f9e285244f5697cedbf7a719fbce7e8daa
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOTYyOkEyRjFCOjg3MjlFODpCNjBCRjY6NkE1ODBFQjAiLCJ2aXNpdG9yX2lkIjoiNDA1NzU5NzA4NjgzMzA1MzM2MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6a02c7ba7892dd201856dcb918899e8e0d0a5efe64496d320ec795548fd40963
hovercard-subject-tagpull_request:3776577935
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/binarywang/WxJava/pull/4035/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:alt为补齐微信小店售后能力,本 PR 在 WxChannelAfterSaleService 中新增保障单管理接口,覆盖保障单查询、详情、同意、协商、举证、拒绝全流程。实现与官方保障单 API 路径一一对应,保持现有售后模块风格一致。 接口层扩展(Service) 在 WxChannelAfterSaleService 新增 6 个方法: listGuaranteeOrder(Guara...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None49c8c15fabcbf356d607a90ca115c13b273e42ff8b74155de050fd229a9b0121
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/binarywang/WxJava git https://github.com/binarywang/WxJava.git
octolytics-dimension-user_id1343140
octolytics-dimension-user_loginbinarywang
octolytics-dimension-repository_id49122742
octolytics-dimension-repository_nwobinarywang/WxJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id49122742
octolytics-dimension-repository_network_root_nwobinarywang/WxJava
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3fb1f684e7a833eb1b2d01d39875a2b52cb4fe9b
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/binarywang/WxJava/pull/4035/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fbinarywang%2FWxJava%2Fpull%2F4035%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fbinarywang%2FWxJava%2Fpull%2F4035%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=binarywang%2FWxJava
Reloadhttps://github.com/binarywang/WxJava/pull/4035/files
Reloadhttps://github.com/binarywang/WxJava/pull/4035/files
Reloadhttps://github.com/binarywang/WxJava/pull/4035/files
binarywang https://github.com/binarywang
WxJavahttps://github.com/binarywang/WxJava
Please reload this pagehttps://github.com/binarywang/WxJava/pull/4035/files
Notifications https://github.com/login?return_to=%2Fbinarywang%2FWxJava
Fork 9.1k https://github.com/login?return_to=%2Fbinarywang%2FWxJava
Star 32.9k https://github.com/login?return_to=%2Fbinarywang%2FWxJava
Code https://github.com/binarywang/WxJava
Issues 16 https://github.com/binarywang/WxJava/issues
Pull requests 10 https://github.com/binarywang/WxJava/pulls
Discussions https://github.com/binarywang/WxJava/discussions
Actions https://github.com/binarywang/WxJava/actions
Wiki https://github.com/binarywang/WxJava/wiki
Security and quality 0 https://github.com/binarywang/WxJava/security
Insights https://github.com/binarywang/WxJava/pulse
Code https://github.com/binarywang/WxJava
Issues https://github.com/binarywang/WxJava/issues
Pull requests https://github.com/binarywang/WxJava/pulls
Discussions https://github.com/binarywang/WxJava/discussions
Actions https://github.com/binarywang/WxJava/actions
Wiki https://github.com/binarywang/WxJava/wiki
Security and quality https://github.com/binarywang/WxJava/security
Insights https://github.com/binarywang/WxJava/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fbinarywang%2FWxJava%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fbinarywang%2FWxJava%2Fissues%2Fnew%2Fchoose
Copilothttps://github.com/apps/copilot-swe-agent
develophttps://github.com/binarywang/WxJava/tree/develop
copilot/feature-add-guarantee-order-modulehttps://github.com/binarywang/WxJava/tree/copilot/feature-add-guarantee-order-module
Conversation 6 https://github.com/binarywang/WxJava/pull/4035
Commits 2 https://github.com/binarywang/WxJava/pull/4035/commits
Checks 0 https://github.com/binarywang/WxJava/pull/4035/checks
Files changed https://github.com/binarywang/WxJava/pull/4035/files
Please reload this pagehttps://github.com/binarywang/WxJava/pull/4035/files
feat(channel): 新增售后保障单模块 6 个 API 支持 https://github.com/binarywang/WxJava/pull/4035/files#top
Show all changes 2 commits https://github.com/binarywang/WxJava/pull/4035/files
383881f Initial plan Copilot May 31, 2026 https://github.com/binarywang/WxJava/pull/4035/commits/383881f5f1c4b5a859176a6ff9a4e2fdf6882272
1c17974 新增视频号小店保障单模块接口支持 Copilot May 31, 2026 https://github.com/binarywang/WxJava/pull/4035/commits/1c17974d1ce2cd7ead46c4fe6187740bf5c9686f
Clear filters https://github.com/binarywang/WxJava/pull/4035/files
Please reload this pagehttps://github.com/binarywang/WxJava/pull/4035/files
Please reload this pagehttps://github.com/binarywang/WxJava/pull/4035/files
WxChannelAfterSaleService.java https://github.com/binarywang/WxJava/pull/4035/files#diff-2aa8bbaff0f7682ff11640595b23c66f6f77c547ac8449a3f9f4ebd1417dfe74
WxChannelAfterSaleServiceImpl.java https://github.com/binarywang/WxJava/pull/4035/files#diff-fc55aad1acc52b2353a82427220693e3b01de543257fac1c0bbb8854664d6e63
GuaranteeModifyRequest.java https://github.com/binarywang/WxJava/pull/4035/files#diff-93694bb998f7eb4b578b07b4578c0ffda438c0f3d948d7539bbc43fcf90cf4c1
GuaranteeOrderIdParam.java https://github.com/binarywang/WxJava/pull/4035/files#diff-0001e6c7ce412d041252bd2f9eeab1d63f3bafc497b9c64508f74e8f1f2bf393
GuaranteeOrderInfo.java https://github.com/binarywang/WxJava/pull/4035/files#diff-30768cb6e198a928d08d20048b9604e226a971fe38bfad5c68f5c424f3166667
GuaranteeOrderInfoResponse.java https://github.com/binarywang/WxJava/pull/4035/files#diff-413fb1d522a4bb78e6d8a248f6fc4389b93646ad1065f991cf7299ebb460fbbb
GuaranteeOrderListParam.java https://github.com/binarywang/WxJava/pull/4035/files#diff-b0e19de89ee05e3e31222b7a4c5f09defd7ebe71a6de36d98f4260a7e9e5353f
GuaranteeOrderListResponse.java https://github.com/binarywang/WxJava/pull/4035/files#diff-a061c6db8691e0a70456d76bbbebd173121ee6391b54ce8eb723563ba3958b4e
GuaranteeProofRequest.java https://github.com/binarywang/WxJava/pull/4035/files#diff-3a58d69eb505314c2098ce30864da5d67f04a4f286949f7a9816b3134d188d5e
GuaranteeRefuseRequest.java https://github.com/binarywang/WxJava/pull/4035/files#diff-5dcc31a843f3e8a4efb6f4db8f524a82d417f3dcc6104422d4a6c4bac9eb8819
WxChannelApiUrlConstants.java https://github.com/binarywang/WxJava/pull/4035/files#diff-6ec3198cd7e242b9f86df7e760aba2d42f7405467180472bd0da738b52b55bed
WxChannelAfterSaleServiceImplTest.java https://github.com/binarywang/WxJava/pull/4035/files#diff-d098933259f64d9f4150fef40313e8256861650b1336c74055dd03ed2d45091b
...n-java-channel/src/main/java/me/chanjar/weixin/channel/api/WxChannelAfterSaleService.javahttps://github.com/binarywang/WxJava/pull/4035/files#diff-2aa8bbaff0f7682ff11640595b23c66f6f77c547ac8449a3f9f4ebd1417dfe74
View file https://github.com/binarywang/WxJava/blob/1c17974d1ce2cd7ead46c4fe6187740bf5c9686f/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/api/WxChannelAfterSaleService.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/binarywang/WxJava/pull/4035/{{ revealButtonHref }}
https://github.com/binarywang/WxJava/pull/4035/files#diff-2aa8bbaff0f7682ff11640595b23c66f6f77c547ac8449a3f9f4ebd1417dfe74
...annel/src/main/java/me/chanjar/weixin/channel/api/impl/WxChannelAfterSaleServiceImpl.javahttps://github.com/binarywang/WxJava/pull/4035/files#diff-fc55aad1acc52b2353a82427220693e3b01de543257fac1c0bbb8854664d6e63
View file https://github.com/binarywang/WxJava/blob/1c17974d1ce2cd7ead46c4fe6187740bf5c9686f/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/api/impl/WxChannelAfterSaleServiceImpl.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/binarywang/WxJava/pull/4035/{{ revealButtonHref }}
https://github.com/binarywang/WxJava/pull/4035/files#diff-fc55aad1acc52b2353a82427220693e3b01de543257fac1c0bbb8854664d6e63
...va-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeModifyRequest.javahttps://github.com/binarywang/WxJava/pull/4035/files#diff-93694bb998f7eb4b578b07b4578c0ffda438c0f3d948d7539bbc43fcf90cf4c1
View file https://github.com/binarywang/WxJava/blob/1c17974d1ce2cd7ead46c4fe6187740bf5c9686f/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeModifyRequest.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/binarywang/WxJava/pull/4035/{{ revealButtonHref }}
...ava-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeOrderIdParam.javahttps://github.com/binarywang/WxJava/pull/4035/files#diff-0001e6c7ce412d041252bd2f9eeab1d63f3bafc497b9c64508f74e8f1f2bf393
View file https://github.com/binarywang/WxJava/blob/1c17974d1ce2cd7ead46c4fe6187740bf5c9686f/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeOrderIdParam.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/binarywang/WxJava/pull/4035/{{ revealButtonHref }}
chatgpt-codex-connectorhttps://github.com/apps/chatgpt-codex-connector
May 31, 2026https://github.com/binarywang/WxJava/pull/4035/files#r3330375334
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
https://camo.githubusercontent.com/c595229c0ecb6ee85b9c7804144d495f131a495ec87091fea2b262d954c9a92d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50312d6f72616e67653f7374796c653d666c6174
Please reload this pagehttps://github.com/binarywang/WxJava/pull/4035/files
...n-java-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeOrderInfo.javahttps://github.com/binarywang/WxJava/pull/4035/files#diff-30768cb6e198a928d08d20048b9604e226a971fe38bfad5c68f5c424f3166667
View file https://github.com/binarywang/WxJava/blob/1c17974d1ce2cd7ead46c4fe6187740bf5c9686f/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeOrderInfo.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/binarywang/WxJava/pull/4035/{{ revealButtonHref }}
...hannel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeOrderInfoResponse.javahttps://github.com/binarywang/WxJava/pull/4035/files#diff-413fb1d522a4bb78e6d8a248f6fc4389b93646ad1065f991cf7299ebb460fbbb
View file https://github.com/binarywang/WxJava/blob/1c17974d1ce2cd7ead46c4fe6187740bf5c9686f/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeOrderInfoResponse.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/binarywang/WxJava/pull/4035/{{ revealButtonHref }}
chatgpt-codex-connectorhttps://github.com/apps/chatgpt-codex-connector
May 31, 2026https://github.com/binarywang/WxJava/pull/4035/files#r3330375336
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
https://camo.githubusercontent.com/f2c1aacb361ddd3a0e9f9cacdb84fab050de434017f6747bb916e31e29bdf03d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50322d79656c6c6f773f7374796c653d666c6174
Please reload this pagehttps://github.com/binarywang/WxJava/pull/4035/files
...a-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeOrderListParam.javahttps://github.com/binarywang/WxJava/pull/4035/files#diff-b0e19de89ee05e3e31222b7a4c5f09defd7ebe71a6de36d98f4260a7e9e5353f
View file https://github.com/binarywang/WxJava/blob/1c17974d1ce2cd7ead46c4fe6187740bf5c9686f/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeOrderListParam.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/binarywang/WxJava/pull/4035/{{ revealButtonHref }}
...hannel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeOrderListResponse.javahttps://github.com/binarywang/WxJava/pull/4035/files#diff-a061c6db8691e0a70456d76bbbebd173121ee6391b54ce8eb723563ba3958b4e
View file https://github.com/binarywang/WxJava/blob/1c17974d1ce2cd7ead46c4fe6187740bf5c9686f/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeOrderListResponse.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/binarywang/WxJava/pull/4035/{{ revealButtonHref }}
chatgpt-codex-connectorhttps://github.com/apps/chatgpt-codex-connector
May 31, 2026https://github.com/binarywang/WxJava/pull/4035/files#r3330375337
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
https://camo.githubusercontent.com/f2c1aacb361ddd3a0e9f9cacdb84fab050de434017f6747bb916e31e29bdf03d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50322d79656c6c6f773f7374796c653d666c6174
Please reload this pagehttps://github.com/binarywang/WxJava/pull/4035/files
...ava-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeProofRequest.javahttps://github.com/binarywang/WxJava/pull/4035/files#diff-3a58d69eb505314c2098ce30864da5d67f04a4f286949f7a9816b3134d188d5e
View file https://github.com/binarywang/WxJava/blob/1c17974d1ce2cd7ead46c4fe6187740bf5c9686f/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeProofRequest.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/binarywang/WxJava/pull/4035/{{ revealButtonHref }}
chatgpt-codex-connectorhttps://github.com/apps/chatgpt-codex-connector
May 31, 2026https://github.com/binarywang/WxJava/pull/4035/files#r3330375340
Learn morehttps://docs.github.com/articles/managing-disruptive-comments/#hiding-a-comment
https://camo.githubusercontent.com/f2c1aacb361ddd3a0e9f9cacdb84fab050de434017f6747bb916e31e29bdf03d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f50322d79656c6c6f773f7374796c653d666c6174
Please reload this pagehttps://github.com/binarywang/WxJava/pull/4035/files
...va-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeRefuseRequest.javahttps://github.com/binarywang/WxJava/pull/4035/files#diff-5dcc31a843f3e8a4efb6f4db8f524a82d417f3dcc6104422d4a6c4bac9eb8819
View file https://github.com/binarywang/WxJava/blob/1c17974d1ce2cd7ead46c4fe6187740bf5c9686f/weixin-java-channel/src/main/java/me/chanjar/weixin/channel/bean/after/GuaranteeRefuseRequest.java
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/binarywang/WxJava/pull/4035/{{ revealButtonHref }}
Please reload this pagehttps://github.com/binarywang/WxJava/pull/4035/files
Please reload this pagehttps://github.com/binarywang/WxJava/pull/4035/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.