Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: binarywang/WxJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: binarywang/WxJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/fix-weixin-simplelist-api-error
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 4 contributors

Commits on Mar 12, 2026

  1. Initial plan

    Copilot committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    e6b849a View commit details
    Browse the repository at this point in the history
  2. 修复企业微信第三方应用获取部门成员接口使用错误token的问题

    - 在 WxCpTpUserService 接口中新增带 corpId 参数的 listSimpleByDepartment 方法
    - 旧方法标记为 @deprecated,Javadoc 指向新方法
    - 新方法实现中通过 corpId 获取 access_token 并附加到请求参数,使用 withoutSuiteAccessToken=true 跳过自动添加 suite_access_token
    - 新增 WxCpTpUserServiceImplTest 单元测试验证修复
    
    Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
    Copilot and binarywang committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    7b25283 View commit details
    Browse the repository at this point in the history
  3. Update weixin-java-cp/src/main/java/me/chanjar/weixin/cp/tp/service/i…

    …mpl/WxCpTpUserServiceImpl.java
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    binarywang and Copilot authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    64e0210 View commit details
    Browse the repository at this point in the history
Loading