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

接收微信授权事件推送"快速创建个人小程序" 缺少字段 #2870

Closed
6 of 32 tasks
fishjimi opened this issue Jul 5, 2023 · 2 comments
Closed
6 of 32 tasks
Labels
resolved 已解决

Comments

@fishjimi
Copy link

fishjimi commented Jul 5, 2023

此版块专为反馈 bug 及提交需求服务,不负责解答开发问题,请勿发表开发问题,
如果您需要这方面的帮助,请移步问答社区https://weixin.senparc.com/QA

问题描述

Senparc.Weixin.Open.RequestMessageThirdFasteRegister这个类只覆盖到了快速注册企业小程序示例的字段

<xml>
    <AppId><![CDATA[第三方平台appid]]></AppId>
    <CreateTime>1535442403</CreateTime>
    <InfoType><![CDATA[notify_third_fasteregister]]></InfoType>
    <appid>创建小程序appid</appid>
    <status>0</status>
    <auth_code>xxxxx第三方授权码</auth_code>
    <msg>OK</msg>
    <info>
    <name><![CDATA[企业名称]]></name>
    <code><![CDATA[企业代码]]></code>
    <code_type>1</code_type>
    <legal_persona_wechat><![CDATA[法人微信号]]></legal_persona_wechat>
    <legal_persona_name><![CDATA[法人姓名]]></legal_persona_name>
    <component_phone><![CDATA[第三方联系电话]]></component_phone>
    </info>
</xml>

没有覆盖快速注册个人小程序示例的字段 (info里面是不同的)

<xml>
    <AppId><![CDATA[第三方平台appid]]></AppId>
    <CreateTime>1535442403</CreateTime>
    <InfoType><![CDATA[notify_third_fasteregister]]></InfoType>
    <appid>创建小程序appid</appid>
    <status>0</status>
    <auth_code>xxxxx第三方授权码</auth_code>
    <msg>OK</msg>
    <info>
    <wxuser><![CDATA[用户微信号]]></wxuser>
    <idname><![CDATA[用户姓名]]></wxidnnn>
    <component_phone><![CDATA[第三方联系电话]]></component_phone>
    </info>
</xml>
发现问题的模块
  • Senparc.Weixin 版本:
  • Senparc.Weixin.MP 版本:
  • Senparc.Weixin.MP.MVC 版本:
  • Senparc.Weixin.Open 版本:
    - [ ] Senparc.Weixin.QY 版本:
  • Senparc.Weixin.Work 版本:
  • Senparc.Weixin.WxOpen 版本:
  • Senparc.Weixin.Cache.Redis 版本:
  • Senparc.Weixin.Cache.Memcached 版本:
  • Senparc.Weixin.Tenpay 版本:
  • Senparc.WebSocket 版本:
  • 其他模块:
模块对应的 .net 版本
  • .net 3.5
  • .net 4.0
  • .net 4.5+
  • .net standard 2.0 / 2.1
  • .net core 1.x
  • .net core 2.x
  • .net core 3.x
  • .net 5.x / 6.x
  • .net 7.0
开发环境
  • Visual Studio 2019
  • Visual Studio 2022
  • Visual Studio Code
  • 其他:
缓存环境
  • 服务器内存缓存(默认)
  • Redis 版本:
  • Memcached 版本:
  • 其他:
系统环境
  • Windows,版本:
  • Linux,版本:
  • Mac,版本:
  • 其他:
联系方式

Email:me@jimifish.com

(也可将问题地址及联系方式发送到 zsu@senparc.com

发布问题后,请保持对 issue 的关注,有时会有需要进一步沟通的信息,很长时间内没有得到答复的 issue 将被关闭。

@JeffreySu JeffreySu added the task label Jul 8, 2023
mojinxun added a commit to mojinxun/WeiXinMPSDK that referenced this issue Jul 28, 2023
@mojinxun
Copy link
Contributor

@SenparcHai

JeffreySu added a commit that referenced this issue Jul 29, 2023
   1、解决问题:接收微信授权事件推送"快速创建个人小程序" 缺少字段 #2870
   2、解决问题:设置第三方平台服务器域名调用url参数错误 #2882
   3、解决问题:设置DNS预解析域名data参数错误

感谢 @mojinxun #2893 #2870 #2882 #2883
@JeffreySu
Copy link
Owner

已发布新版本,感谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolved 已解决
Projects
None yet
Development

No branches or pull requests

3 participants