JeffreySu / WeiXinMPSDK

微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
https://weixin.senparc.com
Apache License 2.0
8.43k stars 4.35k forks source link

微信开放平台,获取授权方的帐号基本信息接口,授权方开通业务功能字段新增一项 #574

Closed 554393109 closed 7 years ago

554393109 commented 7 years ago
问题描述

微信开放平台 获取授权方的帐号基本信息接口 返回参数business_info添加新项(是否开通微信扫商品功能)business_info:open_scan

namespace Senparc.Weixin.Open.ComponentAPIs
{
    public class BusinessInfo
    {
        public BusinessInfo();

        public int open_card { get; set; }
        public int open_pay { get; set; }
        public int open_shake { get; set; }
        public int open_store { get; set; }

        **public int open_scan{ get; set; }**
    }
}
发现问题的模块
模块对应的.net版本
开发环境
缓存环境
JeffreySu commented 7 years ago

已经更新到Developer,请看一下是否正确。

JeffreySu commented 7 years ago

https://github.com/JeffreySu/WeiXinMPSDK/commit/ad357ba082d9b048242e3c9589cec3eb0f032368

554393109 commented 7 years ago

正确

JeffreySu commented 7 years ago

谢谢!