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: silenceper/wechat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.5
Choose a base ref
...
head repository: silenceper/wechat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.6-rc.1
Choose a head ref
  • 12 commits
  • 25 files changed
  • 9 contributors

Commits on May 31, 2023

  1. Improve developer experience (#681)

    * feat: 添加query 以及query单元测试
    feat: 添加模板字符串解析以及模板字符串单元测试
    
    * improve: 序列化请求参数,使得参数更易读
    
    * delete: delete useless module
    
    * format: format code
    
    * docs: add function comment
    
    * docs: comment method
    
    * fix: fixed type convert error
    
    * feat: support any type
    
    * feat: support other type
    
    * format: format code
    
    * test: check logger
    
    * format: format code
    
    * test: udpate testing case
    
    * del: remove useless code
    
    * del: remove useless module
    
    * test: update testing case
    
    * ✨ feat: support for unsigned integers
    
    * ✨ feat: template string support any type
    jingyuexing authored May 31, 2023
    Configuration menu
    Copy the full SHA
    8bae546 View commit details
    Browse the repository at this point in the history
  2. feat: 公众号: 批量获取用户信息。 (#686)

    * feat: 公众号: 批量获取用户信息。
    
    * update: 公众号: 调整批量获取用户方法的输入参数。
    
    * update: 公众号: 调整批量获取用户方法的输入参数。
    PublicPwd authored May 31, 2023
    Configuration menu
    Copy the full SHA
    ae1b056 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. feat: 小程序/公众号增加 openApi 管理。 (#685)

    * feat: 小程序/公众号增加 openApi 管理。
    
    * update: 修改字段名大小写。
    
    * update: 修改字段名大小写。
    
    * style: import 换行。
    
    * update: openApi 管理放到内部包中。
    PublicPwd authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    31f8e24 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    fafb178 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    7d11af7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    46c3722 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    86cbd8c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. feat:企业微信-电子发票 (#695)

    Co-authored-by: markwang <www.wang61@qq.com>
    markwang1992 and markwang1992 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b12825f View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    acaab64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    822cfaa View commit details
    Browse the repository at this point in the history
  3. 微信开放平台 消息与事件url 添加result_info (#696)

    * add result_info
    
    * edit result_info
    
    * edit-01 result_info
    
    * 开放平台message添加小程序名称审核字段
    lttxws authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    5d0e32e View commit details
    Browse the repository at this point in the history
  4. 调整结构体中CreateTime (#691)

    * fix: 修改FollowInfo结构体中的tag标签为createtime
    
    * fix: 统一CreateTime为int64
    
    * chore: format
    
    * chore: format
    ourines authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    45ad2ab View commit details
    Browse the repository at this point in the history
Loading