Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:暴露接待人员ID到消息列表 #461

Merged
merged 21 commits into from
Sep 3, 2021
Merged

feat:暴露接待人员ID到消息列表 #461

merged 21 commits into from
Sep 3, 2021

Commits on Aug 14, 2021

  1. 添加微信客服SDK

    NICEXAI committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    376acb7 View commit details
    Browse the repository at this point in the history
  2. polish:优化签名函数

    NICEXAI committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    88bc7e0 View commit details
    Browse the repository at this point in the history
  3. polish:优化注释内容

    NICEXAI committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    1e3a456 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    b6b0afb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f9a0af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91162e8 View commit details
    Browse the repository at this point in the history
  4. polish:go fmt 文件

    NICEXAI committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    51f81fd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    e81eade View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    800693c View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    8321881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4fd34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14d3d33 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Configuration menu
    Copy the full SHA
    8faccea View commit details
    Browse the repository at this point in the history
  2. feat:对外暴露SDKApiForbidden等错误

    可以通过调用升级服务相关接口然后根据该错误判断微信客服配置来源
    NICEXAI committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    f637a8e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    5b35d0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45e742 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Configuration menu
    Copy the full SHA
    08a1d42 View commit details
    Browse the repository at this point in the history
  2. fix: 添加SDKApiNotOpen 错误信息

    目前主要用于判断客户是否关闭了API授权,如果客户关闭了API功能导致服务异常,则可以引导用户执行相应的操作重新开启改功能
    NICEXAI committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    bd34d48 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    a1b9472 View commit details
    Browse the repository at this point in the history
  2. feat:暴露接待人员ID到消息列表

    无需对消息进行序列化即可直接获取接待人员ID,便于处理接待人员的相关业务,例如:统计接待人员当天应答次数
    NICEXAI committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    02fcfc9 View commit details
    Browse the repository at this point in the history
  3. feat: 添加SDKNotUseInWeCom错误信息

    如果SDK输出当前错误,则说明用户在企业微信后台关闭了微信客服功能,需引导用户重新开启该功能
    NICEXAI committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    8b562e7 View commit details
    Browse the repository at this point in the history